This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Kill temporary register after restoring
ClosedPublic

Authored by sebastian-ne on Apr 12 2021, 3:35 AM.

Details

Summary

Not a correctness issue, but the temporary register is not used
afterwards and should be dead.

Diff Detail

Event Timeline

sebastian-ne created this revision.Apr 12 2021, 3:35 AM
sebastian-ne requested review of this revision.Apr 12 2021, 3:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2021, 3:35 AM
arsenm accepted this revision.Apr 12 2021, 5:14 AM

This is why we should work to migrate to the reverse scavenger which does not depend on kill flags

This revision is now accepted and ready to land.Apr 12 2021, 5:14 AM
This revision was automatically updated to reflect the committed changes.