[llvm] [RISCV] Optimize (slli (srli (slli X, C1), C1), C2) -> (srli (slli X, C1), C1-C2) (PR #119567)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 10:43:56 PST 2024


topperc wrote:

> > Don't force push unless you really need to.
> 
> Sorry! In this PR I have precommit tests as suggested by https://llvm.org/docs/InstCombineContributorGuide.html How to edit it without a force push?

Oh. That's probably a good reason to force push.

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


More information about the llvm-commits mailing list