This is an archive of the discontinued LLVM Phabricator instance.

[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
a runtime function, which allocates the stack memory,
moves the register save area, and returns the new
stack pointer.

Diff Detail

Event Timeline

Kai created this revision.Feb 14 2022, 9:12 AM
Kai requested review of this revision.Feb 14 2022, 9:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2022, 9:12 AM
uweigand accepted this revision.Feb 14 2022, 9:24 AM

LGTM, thanks!

This 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
This revision was automatically updated to reflect the committed changes.