Skip to content

Commit 99c3936

Browse files
authored
fuzzgen: Enable rotl for riscv64 (#5715)
It was fixed in #5611
1 parent 743a40a commit 99c3936

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cranelift/fuzzgen/src/function_generator.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -560,12 +560,6 @@ fn valid_for_target(triple: &Triple, op: Opcode, args: &[Type], rets: &[Type]) -
560560
(Opcode::Bitselect, &[I128, I128, I128]),
561561
// TODO
562562
(Opcode::Bswap),
563-
// https://github.com/bytecodealliance/wasmtime/issues/5523
564-
(Opcode::Rotl, &[I128, I8]),
565-
(Opcode::Rotl, &[I128, I16]),
566-
(Opcode::Rotl, &[I128, I32]),
567-
(Opcode::Rotl, &[I128, I64]),
568-
(Opcode::Rotl, &[I128, I128]),
569563
// https://github.com/bytecodealliance/wasmtime/issues/5528
570564
(Opcode::FcvtToUint, &[F32], &[I8]),
571565
(Opcode::FcvtToUint, &[F32], &[I16]),

0 commit comments

Comments
 (0)