This is an archive of the discontinued LLVM Phabricator instance.

Soften assertion in AMDGPU emitPrologue.
ClosedPublic

Authored by niravd on May 23 2016, 9:09 AM.

Details

Summary

[AMDGPU] emitPrologue looks for an unused unallocated SGPR that is not
the scratch descriptor. Continue search if unused register found fails
other requirements.

This resolves the final test failures holding up the Consecutive Store
Merge cleanup (D14834).

Diff Detail

Repository
rL LLVM

Event Timeline

niravd updated this revision to Diff 58104.May 23 2016, 9:09 AM
niravd retitled this revision from to Soften assertion in AMDGPU emitPrologue..
niravd updated this object.
niravd added a subscriber: llvm-commits.
arsenm accepted this revision.May 24 2016, 3:54 PM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 24 2016, 3:54 PM
This revision was automatically updated to reflect the committed changes.