This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ] [z/OS] Add SystemZCallingConventionRegisters class
ClosedPublic

Authored by Everybody0523 on May 12 2021, 2:21 PM.

Details

Summary

This patch adds the abstract class SystemZCallingConventionRegisters which is a SystemZ-specific class detailing special registers used by calling conventions on the target. SystemZELFRegisters and SystemZXPLINK64Registers implement this class for ELF and XPLINK64 respectively.

Diff Detail

Event Timeline

Everybody0523 created this revision.May 12 2021, 2:21 PM
Everybody0523 requested review of this revision.May 12 2021, 2:21 PM
uweigand accepted this revision.May 14 2021, 3:23 AM

LGTM, thanks!

This revision is now accepted and ready to land.May 14 2021, 3:23 AM
This revision was landed with ongoing or failed builds.May 14 2021, 1:52 PM
This revision was automatically updated to reflect the committed changes.