[PATCH] D125117: [AMDGPU][GFX10] Support base+soffset+offset SMEM loads.

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 03:21:35 PDT 2022


kosarev added a comment.

In D125117#3497537 <https://reviews.llvm.org/D125117#3497537>, @foad wrote:

> I thought this was a GFX9 feature?

GFX9 does support soffset+offset, yes, but the encoding is different and so it probably deserves a separate patch.

In D125117#3498619 <https://reviews.llvm.org/D125117#3498619>, @foad wrote:

> Please include a link to https://github.com/llvm/llvm-project/issues/38652 in the commit message, since it seems you are addressing at least part of it.

Done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125117



More information about the llvm-commits mailing list