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

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 09:35:24 PST 2024


https://github.com/mshockwave commented:

Could you also fill in the patch description?

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


More information about the llvm-commits mailing list