[llvm] [InstCombine] Avoid folding `select(umin(X, Y), X)` with non-constant mask (PR #143020)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 12:39:37 PDT 2025


nikic wrote:

I see. The issue has no relation to the specific form of the select here, the problem is that we are breaking up a reduction pattern.

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


More information about the llvm-commits mailing list