[llvm-branch-commits] [llvm] [RISCV] Support CodeGen of Zilx extension (PR #209420)

Craig Topper via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 27 23:48:23 PDT 2026


================
@@ -671,7 +671,8 @@ static bool isSignExtendedW(Register SrcReg, const RISCVSubtarget &ST,
       return false;
----------------
topperc wrote:

I think we need to add IsSignExtendingOpW = 1 to the byte, halfword, and signed load instructions. Unless you want to do that in a different patch.

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


More information about the llvm-branch-commits mailing list