[llvm] [llvm][RISCV] Set ScalableVector stack id in proper place (PR #117862)

Elizaveta Noskova via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 01:53:25 PST 2024


================
@@ -1610,6 +1610,8 @@ bool RISCVFrameLowering::assignCalleeSavedSpillSlots(
         int FrameIdx = MFI.CreateFixedSpillStackObject(Size, Offset);
         assert(FrameIdx < 0);
         CS.setFrameIdx(FrameIdx);
+        if (RISCVRegisterInfo::isRVVRegClass(RC))
----------------
enoskova-sc wrote:

addressed

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


More information about the llvm-commits mailing list