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:
@@ -344,9 +344,9 @@ fn lower_insn_to_regs(
|
||||
| Opcode::Imul
|
||||
| Opcode::BandNot
|
||||
| Opcode::Iabs
|
||||
| Opcode::Imax
|
||||
| Opcode::Smax
|
||||
| Opcode::Umax
|
||||
| Opcode::Imin
|
||||
| Opcode::Smin
|
||||
| Opcode::Umin
|
||||
| Opcode::Bnot
|
||||
| Opcode::Bitselect
|
||||
|
||||
Reference in New Issue
Block a user