[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 cfe-commits cfe-commits at lists.llvm.org
Sun Dec 1 03:50:52 PST 2024


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


More information about the cfe-commits mailing list