[PATCH] D125380: [AMDGPU][GFX10] Support base+soffset+offset SMEM stores.

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 06:15:25 PDT 2022


kosarev added a comment.

A couple notes:

- It seems I missed tests for scratch loads in D125117 <https://reviews.llvm.org/D125117>. Will add them later.
- Looking at how `test/MC/AMDGPU/smem.s` is organised, it's not perfectly clear to me if we want offset-validation tests for the stores where we already have them for loads.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125380



More information about the llvm-commits mailing list