This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Update LiveIntervals during SIFixSGPRLiveRanges
ClosedPublic

Authored by arsenm on Aug 9 2015, 3:22 PM.

Details

Reviewers
tstellarAMD
Summary

Does not mark SlotIndexes as reserved, although I think that might be OK.

LiveVariables still need to be handled.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 31623.Aug 9 2015, 3:22 PM
arsenm retitled this revision from to AMDGPU/SI: Update LiveIntervals during SIFixSGPRLiveRanges.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 31625.Aug 9 2015, 4:07 PM

Use .getRegSlot()

tstellarAMD accepted this revision.Aug 13 2015, 6:30 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 13 2015, 6:30 PM
arsenm closed this revision.Aug 14 2015, 5:13 PM

r245133