[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
Thu Nov 21 19:12:08 PST 2024


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


More information about the llvm-commits mailing list