[PATCH] D115269: [SystemZ][z/OS] Add entry point marker to PPA

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 09:35:51 PST 2021


uweigand accepted this revision.
uweigand added a comment.
This revision is now accepted and ready to land.

LGTM, but should be merged after https://reviews.llvm.org/D114457 (see inline comment).



================
Comment at: llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp:807
+    // FIXME: Remove the addition of 128 when update to getStackSize is merged.
+    uint32_t DSASize = MFFrame.getStackSize() + 128;
+
----------------
Neumann's patch https://reviews.llvm.org/D114457 is now approved, so as soon as this is merged, you should remove the +128 and the FIXME here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115269/new/

https://reviews.llvm.org/D115269



More information about the llvm-commits mailing list