[clang] [llvm] [InstCombine] Fold `X Pred C2 ? X BOp C1 : C2 BOp C1` to `min/max(X, C2) BOp C1` (PR #116888)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 1 07:33:37 PST 2024


nikic wrote:

Please also rebase, I expect https://github.com/llvm/llvm-project/pull/118195 will results in some test changes.

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


More information about the llvm-commits mailing list