This is an archive of the discontinued LLVM Phabricator instance.

Implement __builtin_eh_return_data_regno for SystemZ
ClosedPublic

Authored by slavek-kucera on Jul 22 2020, 9:55 AM.

Details

Summary

Implement __builtin_eh_return_data_regno for SystemZ. Match behavior of GCC.

Diff Detail

Event Timeline

slavek-kucera created this revision.Jul 22 2020, 9:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2020, 9:55 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
uweigand accepted this revision.Jul 22 2020, 10:29 AM

LGTM with the format fixes.

This revision is now accepted and ready to land.Jul 22 2020, 10:29 AM

I addressed the code formatting. As I don't have commit access, could you commit the change for me?

This revision was automatically updated to reflect the committed changes.