[llvm] [SystemZ][z/OS] Emit prolog size (PR #181850)
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 01:59:59 PST 2026
================
@@ -1621,6 +1625,30 @@ void SystemZAsmPrinter::emitPPA1(MCSymbol *FnEndSym) {
OutStreamer->AddComment("Length/4 of Parms");
OutStreamer->emitInt16(
static_cast<uint16_t>(ZFI->getSizeOfFnParams() / 4)); // Parms/4.
+
+ OutStreamer->AddComment("Length/2 of Prolog ");
----------------
uweigand wrote:
This will also have to be serialized with https://github.com/llvm/llvm-project/pull/184167 now
https://github.com/llvm/llvm-project/pull/181850
More information about the llvm-commits
mailing list