This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Assign enum name to stack ID
ClosedPublic

Authored by arsenm on Apr 21 2018, 7:07 AM.

Details

Reviewers
rampitec
Summary

Also assert that it is correct for SGPRs. There is currently a bug
where stack slot coloring replaces SGPR spill FIs with one with
the default ID, which results in a more confusing assert later
about a dead object.

Diff Detail

Event Timeline

arsenm created this revision.Apr 21 2018, 7:07 AM
This revision is now accepted and ready to land.Apr 22 2018, 11:22 AM
arsenm closed this revision.Apr 23 2018, 8:54 AM

r330607