fuzzgen: Reenable srem.i8 on x86 (#5545)

This commit is contained in:
Afonso Bordado
2023-01-09 20:30:57 +00:00
committed by GitHub
parent 8ac04612ae
commit 23ea435a91

View File

@@ -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