[llvm] [RISCV] Combine trunc (sra sext (x), zext (y)) to sra (x, smin (y, scalarsizeinbits(y) - 1)) (PR #65728)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 17 02:05:17 PDT 2023


dtcxzyw wrote:

I will merge this pull request after this patch passes all regression tests on my machine (I cannot rerun the failed workflow on buildkite).
To obtain commit access, please refer to the developer policy:
https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access.



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


More information about the llvm-commits mailing list