s390x: Support scalar min/max clif instructions (#5762)
We don't have ISA instructions for that, so simply expand them to icmp + select. Also enable fuzzing for those clif instructions now.
This commit is contained in:
@@ -509,10 +509,6 @@ fn valid_for_target(triple: &Triple, op: Opcode, args: &[Type], rets: &[Type]) -
|
||||
(Opcode::Sdiv, &[I128, I128]),
|
||||
(Opcode::Urem, &[I128, I128]),
|
||||
(Opcode::Srem, &[I128, I128]),
|
||||
(Opcode::Smin),
|
||||
(Opcode::Smax),
|
||||
(Opcode::Umin),
|
||||
(Opcode::Umax),
|
||||
(Opcode::Band, &[F32, F32]),
|
||||
(Opcode::Band, &[F64, F64]),
|
||||
(Opcode::Bor, &[F32, F32]),
|
||||
|
||||
Reference in New Issue
Block a user