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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 18:53:42 PDT 2024


topperc wrote:

Why do you keep updating PRs without changing the contents of the PR? Its very distracting. if the patch is truly ready for review, you should leave it alone until the reviewers have given comments.

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


More information about the llvm-commits mailing list