This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Fix scavenged spill slot base when stack realignment required.
ClosedPublic

Authored by gberry on Apr 25 2018, 8:13 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

gberry created this revision.Apr 25 2018, 8:13 AM
thegameg accepted this revision.Apr 25 2018, 2:36 PM

LGTM with a small comment. Thanks!

test/CodeGen/AArch64/spill-stack-realignment.mir
34 ↗(On Diff #143939)

You can use $x28 = IMPLICIT_DEF here.

This revision is now accepted and ready to land.Apr 25 2018, 2:36 PM
This revision was automatically updated to reflect the committed changes.