[llvm] [SystemZ][z/OS] Move emission of PPA1 (PR #208543)
Kai Nacke via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 07:19:08 PDT 2026
================
@@ -2066,6 +1832,8 @@ void SystemZAsmPrinter::emitFunctionEntryLabel() {
if (Subtarget.getTargetTriple().isOSzOS()) {
calculatePPA1();
+ auto &DeferredPPA1 =
+ static_cast<SystemZzOSStreamer *>(getTargetStreamer())->DeferredPPA1;
----------------
redstar wrote:
Changed.
https://github.com/llvm/llvm-project/pull/208543
More information about the llvm-commits
mailing list