This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Replace hard-coded usages of SystemZ::R15D with SpecialRegisters API
ClosedPublic

Authored by Everybody0523 on Sep 13 2021, 9:29 AM.

Details

Summary

This patch changes hard-coded usages of SystemZ::R15D with calls to the getStackPointerRegister function. Uses in the LowerCall function are avoided to avoid merge conflicts with an expected upcoming patch.

Diff Detail

Unit TestsFailed

Event Timeline

Everybody0523 created this revision.Sep 13 2021, 9:29 AM
Everybody0523 requested review of this revision.Sep 13 2021, 9:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2021, 9:29 AM
uweigand accepted this revision.Sep 13 2021, 9:45 AM

LGTM.

This revision is now accepted and ready to land.Sep 13 2021, 9:45 AM
This revision was landed with ongoing or failed builds.Sep 24 2021, 12:21 PM
This revision was automatically updated to reflect the committed changes.