[llvm] [InstCombine] Fold npos select around umin (PR #202748)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 08:25:26 PDT 2026


https://github.com/nikic requested changes to this pull request.

This should be handled via the derefinement path in simplifyWithOpsReplaced. This is a min/max identity, similar to the existing binop identity case.

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


More information about the llvm-commits mailing list