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

via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 17 02:08:57 PDT 2023


LWenH 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.

Thank you folks, that's a big help for me.

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


More information about the llvm-commits mailing list