[llvm] [InstCombine] Fold X * (2^N + 1) >> N -> X + X >> N, or directly to X if X >> N is 0 (PR #90295)
via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 19:19:01 PDT 2024
AtariDreams wrote:
@dtcxzyw What do you think about this?
https://github.com/llvm/llvm-project/pull/90295
More information about the llvm-commits
mailing list