[llvm] [InstCombine] Fold X * (2^N + 1) >> N -> X + X >> N, or directly to X if X >> N is 0 (PR #90295)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 05:27:58 PDT 2024


https://github.com/nikic closed https://github.com/llvm/llvm-project/pull/90295


More information about the llvm-commits mailing list