This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ/z/OS] Add va intrinsics for XPLINK
ClosedPublic

Authored by Kai on Feb 18 2022, 10:41 AM.

Details

Summary

Add support for va intrinsics for the XPLINK ABI.
Only the extended vararg variant, which uses a pointer to next
argument, is supported. The standard variant will build on this.

Diff Detail

Event Timeline

Kai created this revision.Feb 18 2022, 10:41 AM
Kai requested review of this revision.Feb 18 2022, 10:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 18 2022, 10:41 AM
Kai updated this revision to Diff 409992.Feb 18 2022, 12:01 PM

Fix formatting.

uweigand accepted this revision.Feb 21 2022, 3:13 AM

LGTM, thanks!

This revision is now accepted and ready to land.Feb 21 2022, 3:13 AM
This revision was landed with ongoing or failed builds.Feb 22 2022, 11:35 AM
This revision was automatically updated to reflect the committed changes.