[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:55 PDT 2024


================
@@ -228,6 +228,8 @@ bool PEI::runOnMachineFunction(MachineFunction &MF) {
   FrameIndexVirtualScavenging = TRI->requiresFrameIndexScavenging(MF);
   ORE = &getAnalysis<MachineOptimizationRemarkEmitterPass>().getORE();
 
+  TFI->spillFPBP(MF);
----------------
weiguozhi wrote:

done.

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


More information about the llvm-commits mailing list