This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ/z/OS] Add alias for XPLINK return
ClosedPublic

Authored by Kai on Feb 10 2022, 6:46 AM.

Details

Summary

The XPLINK return b 2(7) has size 4 bytes, while the Linux return
br 7 only has size 2 bytes. Thus a new alias is required to have correct
instruction byte count. It also fixes the conditional return code.

Diff Detail

Event Timeline

Kai created this revision.Feb 10 2022, 6:46 AM
Kai requested review of this revision.Feb 10 2022, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2022, 6:46 AM
uweigand accepted this revision.Feb 11 2022, 6:24 AM

LGTM, thanks!

This revision is now accepted and ready to land.Feb 11 2022, 6:24 AM
This revision was landed with ongoing or failed builds.Feb 11 2022, 8:52 AM
This revision was automatically updated to reflect the committed changes.