[llvm] [InstCombine] Fold (1 << a) to (a + 1) and (2 >> a) to (2 - a) when a is in [0,1] (PR #207108)
Aayush Shrivastava via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 23:33:05 PDT 2026
iamaayushrivastava wrote:
Hi @dtcxzyw and @nikic, a gentle reminder on this PR whenever you get a chance. I'd appreciate your reviews when your schedule permits. Thanks!
https://github.com/llvm/llvm-project/pull/207108
More information about the llvm-commits
mailing list