[PATCH] D40876: AArch64: Fix emergency spillslot being out of reach for large callframes

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 18:13:33 PST 2017


MatzeB added inline comments.


================
Comment at: lib/Target/AArch64/AArch64FrameLowering.cpp:1269
       int FI = MFI.CreateStackObject(Size, Align, false);
+      MFI.setScavSlot(FI);
       RS->addScavengingFrameIndex(FI);
----------------
Please ignore this line: I accidentally didn't take out this debug helper.


Repository:
  rL LLVM

https://reviews.llvm.org/D40876





More information about the llvm-commits mailing list