[PATCH] D72865: [AMDGPU] allow multi-dword flat scratch access since GFX9

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 13:07:12 PST 2020


rampitec marked an inline comment as done.
rampitec added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/flat-address-space.ll:160
 }
 
 ; CHECK-LABEL: flat_scratch_multidword_store:
----------------
arsenm wrote:
> What is the alignment situation for this? I thought unaligned scratch access was introduced but we never started using it?
Unaligned works too. In fact unaligned works even on VI and I do not have CI to test.


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

https://reviews.llvm.org/D72865





More information about the llvm-commits mailing list