[PATCH] D136370: [AMDGPU][MC] Correct definition of aliases

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 11:10:10 PDT 2022


dp created this revision.
dp added reviewers: Joe_Nash, foad, rampitec.
Herald added subscribers: kosarev, jeroen.dobbelaere, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, 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.

Many aliases are defined incorrectly which affects identification of unsupported opcodes.
See this issue <https://github.com/llvm/llvm-project/issues/58507> for details.


https://reviews.llvm.org/D136370

Files:
  llvm/lib/Target/AMDGPU/VOP2Instructions.td
  llvm/lib/Target/AMDGPU/VOPCInstructions.td
  llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
  llvm/test/MC/AMDGPU/gfx10_unsupported.s
  llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
  llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
  llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
  llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
  llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
  llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_err.s
  llvm/test/MC/AMDGPU/gfx11_unsupported.s
  llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
  llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
  llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
  llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
  llvm/test/MC/AMDGPU/vop_dpp.s
  llvm/test/MC/AMDGPU/vop_sdwa.s
  llvm/test/MC/AMDGPU/wave32.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136370.469298.patch
Type: text/x-patch
Size: 418971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221020/4a289f1d/attachment-0001.bin>


More information about the llvm-commits mailing list