[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:46:06 PDT 2024
AtariDreams wrote:
@dtcxzyw Can we please benchmark this one more time?
https://github.com/llvm/llvm-project/pull/90295
More information about the llvm-commits
mailing list