[llvm] [InstCombine] Fold redundant FP clamp selects; relax min-max-pattern bailout in visitFCmp (PR #173452)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 25 06:56:35 PST 2025


https://github.com/nikic commented:

Or alternatively, if we have to match the full pattern anyway, wouldn't it make more sense to make this an explicit pattern in visitSelect (or even simplifySelectInst)?

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


More information about the llvm-commits mailing list