[llvm] Spill/restore FP/BP around instructions in which they are clobbered (PR #81048)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 14:38:30 PDT 2024


================
@@ -4231,3 +4231,325 @@ void X86FrameLowering::restoreWinEHStackPointersInParent(
                                   /*RestoreSP=*/IsSEH);
   }
 }
+
+static int computeSPAdjust4SpillFPBP(MachineFunction &MF,
----------------
weiguozhi wrote:

done.

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


More information about the llvm-commits mailing list