This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ] Implement backchain attribute.
ClosedPublic

Authored by koriakin on May 3 2016, 2:58 PM.

Details

Summary

This introduces a SystemZ-specific "backchain" attribute on function, which
enables writing the frame backchain link as specified by the ABI. This will
be used to implement -mbackchain option in clang.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [SystemZ] Implement backchain attribute..
koriakin updated this object.
koriakin added a reviewer: uweigand.
koriakin set the repository for this revision to rL LLVM.
koriakin added a subscriber: llvm-commits.

Removed a stray comment line in testcase.

uweigand accepted this revision.May 4 2016, 4:02 PM
uweigand edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 4 2016, 4:02 PM
This revision was automatically updated to reflect the committed changes.