Skip to content

Commit

Permalink
fuzzgen: Remove vall_true
Browse files Browse the repository at this point in the history
This is broken in the interpreter bytecodealliance#5916
  • Loading branch information
afonso360 committed Mar 3, 2023
1 parent cabbe82 commit ed2c071
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cranelift/fuzzgen/src/function_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1627,11 +1627,6 @@ const OPCODE_SIGNATURES: &[OpcodeSignature] = &[
(Opcode::VanyTrue, &[I16X8, I16X8, I16X8], &[I8], insert_opcode),
(Opcode::VanyTrue, &[I32X4, I32X4, I32X4], &[I8], insert_opcode),
(Opcode::VanyTrue, &[I64X2, I64X2, I64X2], &[I8], insert_opcode),
// VallTrue
(Opcode::VallTrue, &[I8X16, I8X16, I8X16], &[I8], insert_opcode),
(Opcode::VallTrue, &[I16X8, I16X8, I16X8], &[I8], insert_opcode),
(Opcode::VallTrue, &[I32X4, I32X4, I32X4], &[I8], insert_opcode),
(Opcode::VallTrue, &[I64X2, I64X2, I64X2], &[I8], insert_opcode),
// SwidenLow
(Opcode::SwidenLow, &[I8X16], &[I16X8], insert_opcode),
(Opcode::SwidenLow, &[I16X8], &[I32X4], insert_opcode),
Expand Down

0 comments on commit ed2c071

Please sign in to comment.