This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Enable multi-dword flat scratch load/stores
ClosedPublic

Authored by rampitec on Nov 12 2020, 1:07 PM.

Diff Detail

Event Timeline

rampitec created this revision.Nov 12 2020, 1:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 12 2020, 1:07 PM
rampitec requested review of this revision.Nov 12 2020, 1:07 PM

The GlobalISel legalization is going to need work to support this.

I think this also misses the wide register spill case handling

The GlobalISel legalization is going to need work to support this.

I think this also misses the wide register spill case handling

GlobalISel does not work with flat scratch at all yet, this is TODO.
Spilling is a different beast and going to be a separate patch.

arsenm accepted this revision.Nov 12 2020, 1:21 PM
This revision is now accepted and ready to land.Nov 12 2020, 1:21 PM
This revision was automatically updated to reflect the committed changes.