cranelift: Rename i{min,max} to s{min,max} (#5187)
This brings these instructions with our general naming convention of signed instructions being prefixed with `s`.
This commit is contained in:
@@ -2188,7 +2188,7 @@ fn riscv64_worst_case_instruction_size() {
|
||||
candidates.push(Inst::IntSelect {
|
||||
dst: vec![writable_a0(), writable_a0()],
|
||||
ty: I128,
|
||||
op: IntSelectOP::Imax,
|
||||
op: IntSelectOP::Smax,
|
||||
x: ValueRegs::two(x_reg(1), x_reg(2)),
|
||||
y: ValueRegs::two(x_reg(3), x_reg(4)),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user