[llvm] [RISCV] Use simm8 instead of uimm8 for pli.b (PR #153913)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 15 21:20:32 PDT 2025


lenary wrote:

If there's no extension, why not accept either signed or unsigned (i.e. [-127, 255])? That still leaves the problem of what to print, but that's not a huge problem, as I think we've mostly settled on signed for those cases.

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


More information about the llvm-commits mailing list