This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Move a flawed assert when spilling SGPRs
ClosedPublic

Authored by arsenm on Apr 23 2018, 8:03 AM.

Details

Reviewers
rampitec
Summary

It's possible to validly spill the frame offset register
in a call sequence to a VGPR. There are definitely issues
with SGPR spilling to memory, so move the assert later.

Diff Detail

Event Timeline

arsenm created this revision.Apr 23 2018, 8:03 AM
This revision is now accepted and ready to land.Apr 23 2018, 8:31 AM
arsenm closed this revision.Apr 23 2018, 9:16 AM

r330612