Skip to content

Commit

Permalink
fuzzgen: Enable iabs.i128 for AArch64 (#7202)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonso360 authored Oct 10, 2023
1 parent ccaf2bf commit 4c34504
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cranelift/fuzzgen/src/function_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,6 @@ fn valid_for_target(triple: &Triple, op: Opcode, args: &[Type], rets: &[Type]) -
(Opcode::Udiv | Opcode::Sdiv, &[I128, I128]),
// https://github.com/bytecodealliance/wasmtime/issues/5472
(Opcode::Urem | Opcode::Srem, &[I128, I128]),
// https://github.com/bytecodealliance/wasmtime/issues/5467
(Opcode::Iabs, &[I128]),
// https://github.com/bytecodealliance/wasmtime/issues/4313
(
Opcode::Smin | Opcode::Umin | Opcode::Smax | Opcode::Umax,
Expand Down

0 comments on commit 4c34504

Please sign in to comment.