Closed
Description
We currently generate llvm reduce_fmin
/reduce_fmax
intrinsics whose semantics don't match the NaN handling of arith.fmin
/arith.fmax
operations in MLIR. We should generate llvm reduce_fminimum
/reduce_fmaximum
intrinsics instead, which have been recently added to LLVM.