This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Distribute SGPR->VGPR copies of REG_SEQUENCE
ClosedPublic

Authored by arsenm on Oct 26 2015, 9:17 PM.

Details

Reviewers
tstellarAMD
Summary

Make the REG_SEQUENCE be a VGPR, and do the register class copy first.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 38495.Oct 26 2015, 9:17 PM
arsenm retitled this revision from to AMDGPU: Distribute SGPR->VGPR copies of REG_SEQUENCE.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Nov 2 2015, 2:27 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Nov 2 2015, 2:27 PM
arsenm closed this revision.Nov 2 2015, 3:18 PM

r251855