This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't delete instructions if S_ENDPGM has implicit uses
ClosedPublic

Authored by arsenm on Aug 28 2018, 4:53 AM.

Details

Reviewers
rampitec
Summary

This can leave behind the uses with the defs removed.
Since this should only really happen in tests, it's not worth the
effort of trying to handle this.

Diff Detail

Event Timeline

arsenm created this revision.Aug 28 2018, 4:53 AM
This revision is now accepted and ready to land.Aug 28 2018, 9:00 AM
arsenm closed this revision.Aug 28 2018, 11:56 AM

r340866