With XPLINK, dynamic stack allocations requires calling
a runtime function, which allocates the stack memory,
moves the register save area, and returns the new
stack pointer.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Paths
| Differential D119732
[SystemZ/z/OS] Add XPLINK dynamic stack allocation ClosedPublic Authored by Kai on Feb 14 2022, 9:12 AM.
Details Summary With XPLINK, dynamic stack allocations requires calling
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Feb 14 2022, 9:24 AM This revision was landed with ongoing or failed builds.Feb 14 2022, 10:35 AM Closed by commit rG713496d9c908: [SystemZ/z/OS] Add XPLINK dynamic stack allocation (authored by Kai). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 408447 llvm/lib/Target/SystemZ/SystemZISelLowering.h
llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
llvm/test/CodeGen/SystemZ/zos-prologue-epilog.ll
|
clang-format: please reformat the code