This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Move getAll{S,V}GPR{32,128} methods to SIFrameLowering
ClosedPublic

Authored by scott.linder on May 13 2020, 9:25 AM.

Details

Summary

Future patch needs some of these in multiple places.

The definitions of these can't be in the header and be eligible for
inlining without making the full declaration of GCNSubtarget visible.
I'm not sure what the right trade-off is, but I opted to not bloat
SIRegisterInfo.h

Diff Detail

Event Timeline

scott.linder created this revision.May 13 2020, 9:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 13 2020, 9:25 AM
arsenm accepted this revision.May 13 2020, 9:47 AM
This revision is now accepted and ready to land.May 13 2020, 9:47 AM
RamNalamothu added a subscriber: RamNalamothu.

Rebase

This revision was automatically updated to reflect the committed changes.