[llvm] [ConstantFolding] Fold vector reduce `fmax` and `fmin` intrinsics (PR #143904)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 12 19:05:28 PDT 2025


arsenm wrote:

minnum/maxnum are not safe to reassociate due to the signaling nan behavior 

https://github.com/llvm/llvm-project/pull/143904


More information about the llvm-commits mailing list