This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Assume spilling will occur at -O0
ClosedPublic

Authored by arsenm on Oct 3 2016, 5:46 AM.

Details

Reviewers
tstellarAMD
Summary

Because everything live is spilled at the end of a
block by fast regalloc, assume this will happen and
avoid the copies of the resource descriptor.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 73263.Oct 3 2016, 5:46 AM
arsenm retitled this revision from to AMDGPU: Assume spilling will occur at -O0.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Oct 3 2016, 8:07 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Oct 3 2016, 8:07 AM
arsenm closed this revision.Oct 13 2016, 6:19 AM

r284119