[PATCH] D157100: [AMDGPU] Validate GDS in the assembler

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 07:41:14 PDT 2023


foad created this revision.
foad added a reviewer: AMDGPU.
Herald added subscribers: kosarev, StephenFan, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl, arsenm.
Herald added a project: All.
foad requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

GFX90A DS instructions cannot use the gds modifier, except for the
DS_GWS_* instructions where it is still mandatory.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157100

Files:
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/test/MC/AMDGPU/gfx90a_asm_features.s
  llvm/test/MC/AMDGPU/gfx90a_err.s
  llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157100.547211.patch
Type: text/x-patch
Size: 85624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230804/5046d5eb/attachment-0001.bin>


More information about the llvm-commits mailing list