cranelift: Add ireduce/iconcat/isplit to the clif fuzzer (#4703)

* cranelift: Add ireduce to fuzzer

* cranelift: Add iconcat/isplit to fuzzer
This commit is contained in:
Afonso Bordado
2022-08-15 17:18:08 +01:00
committed by GitHub
parent 7ddb90d990
commit c6d2a3f94e
2 changed files with 28 additions and 3 deletions

View File

@@ -1942,7 +1942,7 @@ fn lower_insn_to_regs(
assert_eq!(
ty,
types::I128,
"Iconcat not expected to be used for non-128-bit type"
"Isplit not expected to be used for non-128-bit type"
);
assert_eq!(ctx.output_ty(insn, 0), types::I64);
assert_eq!(ctx.output_ty(insn, 1), types::I64);