[PATCH] D126475: [AMDGPU] gfx11 vop3 instructions

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 07:44:56 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.

MC layer support for VOP3 encoded instructions and generic VOP support.

Patch 15/N for upstreaming of AMDGPU gfx11 architecture.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126475

Files:
  llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/lib/Target/AMDGPU/VOP3Instructions.td
  llvm/lib/Target/AMDGPU/VOPInstructions.td
  llvm/test/MC/AMDGPU/gfx11_vop123.s
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_all.txt



More information about the llvm-commits mailing list