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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user