[llvm] [llvm] Support multiple save/restore points in mir (PR #119357)
Elizaveta Noskova via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 21 08:52:40 PDT 2025
================
@@ -1867,13 +1910,13 @@ bool RISCVFrameLowering::spillCalleeSavedRegisters(
return true;
MachineFunction *MF = MBB.getParent();
+ auto *RVFI = MF->getInfo<RISCVMachineFunctionInfo>();
----------------
enoskova-sc wrote:
addressed
https://github.com/llvm/llvm-project/pull/119357
More information about the llvm-commits
mailing list