[PATCH] D130761: [AMDGPU][MC] Verify selection of LDS MUBUF opcodes

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 05:18:30 PDT 2022


dp created this revision.
dp added reviewers: rampitec, foad.
Herald added subscribers: kosarev, jsilvanus, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
Herald added a project: All.
dp requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

MUBUF `lds` opcodes may be selected even if `lds` modifier is not specified.
See bug 56755 <https://github.com/llvm/llvm-project/issues/56755>.


https://reviews.llvm.org/D130761

Files:
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/test/MC/AMDGPU/gfx10_err_pos.s
  llvm/test/MC/AMDGPU/gfx9-asm-err.s
  llvm/test/MC/AMDGPU/gfx9_err_pos.s
  llvm/test/MC/AMDGPU/mubuf.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130761.448592.patch
Type: text/x-patch
Size: 5821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220729/f27d72f6/attachment.bin>


More information about the llvm-commits mailing list