[PATCH] D125989: [AMDGPU] gfx11 vinterp instructions MC support

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 10:03:21 PDT 2022


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

A new instruction encoding. Some of these instructions were previously VOP3
encoded.

Contributors:
Carl Ritson <carl.ritson at amd.com>

Patch 11/N for upstreaming of AMDGPU gfx11 architecture.

Depends on D125824 <https://reviews.llvm.org/D125824>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125989

Files:
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
  llvm/lib/Target/AMDGPU/SIDefines.h
  llvm/lib/Target/AMDGPU/SIInstrFormats.td
  llvm/lib/Target/AMDGPU/SIInstrInfo.h
  llvm/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/lib/Target/AMDGPU/VINTERPInstructions.td
  llvm/lib/Target/AMDGPU/VOP3Instructions.td
  llvm/test/MC/AMDGPU/vinterp.s
  llvm/test/MC/Disassembler/AMDGPU/vinterp.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125989.430730.patch
Type: text/x-patch
Size: 43187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220519/bbb6e68d/attachment.bin>


More information about the llvm-commits mailing list