[llvm] [InstCombine] lshr (mul (X, 2^N + 1)), N -> add (X, lshr(X, N)) (PR #92907)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 11:14:36 PDT 2024
AtariDreams wrote:
@topperc @nikic Ready for review!
https://github.com/llvm/llvm-project/pull/92907
More information about the llvm-commits
mailing list