[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
Mon May 20 06:59:37 PDT 2024


AtariDreams wrote:

@topperc @dtcxzyw @nikic I addressed all your comments and concerns. Can we please merge this?

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


More information about the llvm-commits mailing list