[llvm] [InstCombine] Fold umax(nuw_mul(x, C0), x + 1) into (x == 0 ? 1 : nuw_mul(x, C0)) (PR #123468)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 07:32:20 PST 2025
https://github.com/nikic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/123468
More information about the llvm-commits
mailing list