[PATCH] D114457: [z/OS] Implement prologue and epilogue generation for z/OS target.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 15 00:08:42 PST 2021


uweigand added inline comments.


================
Comment at: llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp:1115
+      BuildMI(MBB, MBBI, DL, ZII->get(SystemZ::STG))
+          .addReg(SystemZ::R0D)
+          .addReg(SystemZ::R4D)
----------------
I think you also need to add `RegState::Kill` for `R0D` here.


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

https://reviews.llvm.org/D114457



More information about the llvm-commits mailing list