This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Allow spilling GPR to VSR on AIX
ClosedPublic

Authored by qiucf on Feb 24 2021, 1:44 AM.

Details

Reviewers
syzaara
nemanjai
jsji
Group Reviewers
Restricted Project
Commits
rG72d4a41ba622: [PowerPC] Allow spilling GPR to VSR on AIX
Summary

This patch enables spilling GPR to VSRs instead of stack (implemented in rGfcd9697) under AIX ABI.

Diff Detail

Event Timeline

qiucf created this revision.Feb 24 2021, 1:44 AM
qiucf requested review of this revision.Feb 24 2021, 1:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2021, 1:44 AM
qiucf updated this revision to Diff 326023.Feb 24 2021, 1:45 AM

Update with context

nemanjai accepted this revision.Feb 24 2021, 5:13 AM

LGTM.

This revision is now accepted and ready to land.Feb 24 2021, 5:13 AM
This revision was automatically updated to reflect the committed changes.