[llvm] [InstCombine] lshr (mul (X, 2^N + 1)), N -> add (X, lshr(X, N)) (PR #90295)

via llvm-commits llvm-commits at lists.llvm.org
Sat May 4 07:53:01 PDT 2024


AtariDreams wrote:

@dtcxzyw would you be so kind as to benchmark this

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


More information about the llvm-commits mailing list