[PATCH] D91384: [AMDGPU] Enable multi-dword flat scratch load/stores

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 13:20:30 PST 2020


rampitec added a comment.

In D91384#2392394 <https://reviews.llvm.org/D91384#2392394>, @arsenm wrote:

> 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.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91384/new/

https://reviews.llvm.org/D91384



More information about the llvm-commits mailing list