[PATCH] D94960: [AMDGPU][MC] Add tfe disassembler support MIMG opcodes

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 03:44:10 PST 2021


Petar.Avramovic created this revision.
Petar.Avramovic added reviewers: dstuttard, foad, sebastian-ne.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
Petar.Avramovic requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

With tfe on there can be a vgpr write to vdata+1.
Add tablegen support for 5 register vdata store.
This is required for 4 register vdata store with tfe.


https://reviews.llvm.org/D94960

Files:
  llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  llvm/lib/Target/AMDGPU/MIMGInstructions.td
  llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt
  llvm/test/MC/Disassembler/AMDGPU/mimg_vi.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94960.317513.patch
Type: text/x-patch
Size: 26858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210119/b0e7efeb/attachment.bin>


More information about the llvm-commits mailing list