You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.