This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make SIFixVGPRCopies preserve everything
ClosedPublic

Authored by arsenm on Jul 5 2023, 3:49 PM.

Details

Reviewers
cdevadas
yassingh
alex-t
foad
Group Reviewers
Restricted Project
Summary

All this does is add uses of reserved registers, which
aren't tracked by anything. Saves a loop info computation.

Diff Detail

Event Timeline

arsenm created this revision.Jul 5 2023, 3:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 3:49 PM
arsenm requested review of this revision.Jul 5 2023, 3:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 3:49 PM
Herald added a subscriber: wdng. · View Herald Transcript
cdevadas accepted this revision.Jul 5 2023, 5:02 PM
This revision is now accepted and ready to land.Jul 5 2023, 5:02 PM
foad accepted this revision.Jul 6 2023, 2:33 AM