This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Remove getAllVGPR32() which cannot handle Accum VGPRs properly
ClosedPublic

Authored by RamNalamothu on Oct 20 2020, 9:42 AM.

Details

Summary

Remove getAllVGPR32() interface and update the SGPR spill code to use
a proper method to get the relevant VGPR registers list.

Diff Detail

Event Timeline

RamNalamothu created this revision.Oct 20 2020, 9:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2020, 9:42 AM
RamNalamothu requested review of this revision.Oct 20 2020, 9:42 AM
arsenm accepted this revision.Oct 20 2020, 9:58 AM
This revision is now accepted and ready to land.Oct 20 2020, 9:58 AM
This revision was landed with ongoing or failed builds.Oct 20 2020, 10:45 AM
This revision was automatically updated to reflect the committed changes.