[llvm] [InstCombine] Fold `X > C2 ? X + C1 : C2 + C1` to `max(X, C2) + C1` (PR #116888)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 15:56:56 PST 2024
https://github.com/veera-sivarajan edited https://github.com/llvm/llvm-project/pull/116888
More information about the llvm-commits
mailing list