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:
@@ -58,9 +58,9 @@ impl LowerBackend for S390xBackend {
|
||||
| Opcode::UsubSat
|
||||
| Opcode::SsubSat
|
||||
| Opcode::IaddPairwise
|
||||
| Opcode::Imin
|
||||
| Opcode::Smin
|
||||
| Opcode::Umin
|
||||
| Opcode::Imax
|
||||
| Opcode::Smax
|
||||
| Opcode::Umax
|
||||
| Opcode::AvgRound
|
||||
| Opcode::Iabs
|
||||
|
||||
Reference in New Issue
Block a user