[llvm] [RISCV] Combine trunc (sra sext (x), zext (y)) to sra (x, smin (y, scalarsizeinbits(y) - 1)) (PR #65728)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 03:49:50 PDT 2023
lukel97 wrote:
> How to add reviewers like in phabricator to request for review in github? I can't find that button in github interfaces(I tried that in the right side "Reviewers" button but that button is not clickable, may be that need some permission in github?).
That's strange, clicking on the "Reviewers" label brings up this menu for me. I don't think you should need to be a member of the llvm-org since it's your own PR?
<img width="439" alt="image" src="https://github.com/llvm/llvm-project/assets/2488460/18c0936c-0022-41f7-81b1-63e5ac10955e">
https://github.com/llvm/llvm-project/pull/65728
More information about the llvm-commits
mailing list