This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make sure to reserve superregisters
ClosedPublic

Authored by arsenm on Aug 24 2015, 2:58 PM.

Details

Reviewers
tstellarAMD
Summary

I think this could potentially have broken if
one of the super registers were allocated
that contain v254/v255.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 33005.Aug 24 2015, 2:58 PM
arsenm retitled this revision from to AMDGPU: Make sure to reserve superregisters.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Aug 26 2015, 10:40 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 26 2015, 10:40 AM
arsenm closed this revision.Aug 26 2015, 11:55 AM

r246051