[clang] [llvm] [InstCombine] Fold `X Pred C2 ? X BOp C1 : C2 BOp C1` to `min/max(X, C2) BOp C1` (PR #116888)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 1 11:12:23 PST 2024
veera-sivarajan wrote:
Rebased and updated the tests.
Please merge it for me. I don't have write access yet.
https://github.com/llvm/llvm-project/pull/116888
More information about the cfe-commits
mailing list