[llvm] [InstCombine] fold ((x - 1) | (2^k - 1)) + 1 to (x + (2^k - 1)) & -(2^k) (PR #216436)
Pranav Alavandi via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 15 02:43:25 PDT 2026
pranavalavandi wrote:
Thanks for the review @andjo403. Have addressed comments in: 3ab0b031afe0d904bbd885caffc2f6d8824f18cb
https://github.com/llvm/llvm-project/pull/216436
More information about the llvm-commits
mailing list