fuzzgen: Reenable srem.i8 on x86 (#5545)
This commit is contained in:
@@ -288,8 +288,6 @@ fn valid_for_target(triple: &Triple, op: Opcode, args: &[Type], rets: &[Type]) -
|
|||||||
(Opcode::Sdiv, &[I128, I128]),
|
(Opcode::Sdiv, &[I128, I128]),
|
||||||
// https://github.com/bytecodealliance/wasmtime/issues/5474
|
// https://github.com/bytecodealliance/wasmtime/issues/5474
|
||||||
(Opcode::Urem, &[I128, I128]),
|
(Opcode::Urem, &[I128, I128]),
|
||||||
// https://github.com/bytecodealliance/wasmtime/issues/5470
|
|
||||||
(Opcode::Srem, &[I8, I8]),
|
|
||||||
// https://github.com/bytecodealliance/wasmtime/issues/5474
|
// https://github.com/bytecodealliance/wasmtime/issues/5474
|
||||||
(Opcode::Srem, &[I128, I128]),
|
(Opcode::Srem, &[I128, I128]),
|
||||||
// https://github.com/bytecodealliance/wasmtime/issues/5466
|
// https://github.com/bytecodealliance/wasmtime/issues/5466
|
||||||
|
|||||||
Reference in New Issue
Block a user