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

Piotr Fusik via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 10:41:16 PST 2024


pfusik wrote:

> Don't force push unless you really need to.

Sorry!
In this PR I have a precommit tests as suggested by https://llvm.org/docs/InstCombineContributorGuide.html
How to edit it without a force push?

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


More information about the llvm-commits mailing list