This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Stop adding m0 implicit def to SGPR spills
ClosedPublic

Authored by arsenm on Oct 21 2019, 11:56 AM.

Details

Reviewers
rampitec
foad
Summary

r375293 removed the SGPR spilling with scalar stores path, so this is
no longer necessary. This also always had the defect of adding the def
even when this path wasn't in use.

Diff Detail

Event Timeline

arsenm created this revision.Oct 21 2019, 11:56 AM
arsenm updated this revision to Diff 225931.Oct 21 2019, 11:57 AM

Remove unused variable

This revision is now accepted and ready to land.Oct 21 2019, 12:17 PM
arsenm closed this revision.Oct 21 2019, 12:40 PM

r375448