This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] move PHI nodes to AGPR class
ClosedPublic

Authored by rampitec on Oct 18 2019, 2:59 PM.

Details

Summary

If all uses of a PHI are in AGPR register class we should
avoid unneeded copies via VGPRs.

Diff Detail

Event Timeline

rampitec created this revision.Oct 18 2019, 2:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 18 2019, 2:59 PM
arsenm accepted this revision.Oct 18 2019, 3:27 PM

LGTM

This revision is now accepted and ready to land.Oct 18 2019, 3:27 PM
This revision was automatically updated to reflect the committed changes.