This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix not preserving CSR VGPR if used for SGPR spills
ClosedPublic

Authored by arsenm on Mar 26 2018, 11:42 AM.

Details

Reviewers
rampitec
Summary

Before this was not done if the function had no calls in it. This
is still a possible issue with any callable function, regardless
of calls present.

Diff Detail

Event Timeline

arsenm created this revision.Mar 26 2018, 11:42 AM
This revision is now accepted and ready to land.Mar 26 2018, 11:46 AM
arsenm closed this revision.Mar 27 2018, 12:45 PM

r328659