[llvm] [InstCombine] fold ((x - 1) | (2^k - 1)) + 1 to (x + (2^k - 1)) & -(2^k) (PR #216436)
Andreas Jonson via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 15 03:07:14 PDT 2026
https://github.com/andjo403 approved this pull request.
looks good to me but wait for second reviewer
https://github.com/llvm/llvm-project/pull/216436
More information about the llvm-commits
mailing list