This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add AGPRs to getRegClassForSizeOnBank
ClosedPublic

Authored by kerbowa on May 11 2020, 8:32 PM.

Diff Detail

Event Timeline

kerbowa created this revision.May 11 2020, 8:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2020, 8:32 PM
foad accepted this revision.May 12 2020, 5:36 AM

Seems obviously fine. I assume you have a use for it!

This revision is now accepted and ready to land.May 12 2020, 5:36 AM

Seems obviously fine. I assume you have a use for it!

Yes, for mfma in globalisel.

This revision was automatically updated to reflect the committed changes.