[PATCH] D72865: [AMDGPU] allow multi-dword flat scratch access since GFX9
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 10:42:04 PST 2020
rampitec marked an inline comment as done.
rampitec added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/flat-address-space.ll:173
}
; CHECK-LABEL: {{^}}store_flat_i8_max_offset:
----------------
arsenm wrote:
> Should add some underaligned cases
We have it in the same test: @flat_scratch_unaligned_load() and @flat_scratch_unaligned_store(). They are split.
This would be a separate change to allow unaligned flat.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72865/new/
https://reviews.llvm.org/D72865
More information about the llvm-commits
mailing list