This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix scheduiling info for spill pseudos
ClosedPublic

Authored by arsenm on Sep 8 2016, 10:26 AM.

Details

Reviewers
tstellarAMD
Summary

These defaulted to Write32Bit. I don't think this actually matters
since these don't exist during scheduling.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 70719.Sep 8 2016, 10:26 AM
arsenm retitled this revision from to AMDGPU: Fix scheduiling info for spill pseudos.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Sep 9 2016, 5:53 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 9 2016, 5:53 PM
arsenm closed this revision.Sep 9 2016, 6:29 PM

r281127