[PATCH] D125319: [AMDGPU] gfx11 BUF Instructions

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 08:31:48 PDT 2022


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

Includes MachineCode layer support and tests, and MIR tests not requiring
CodeGen pass changes.
Includes a small change in SMInstructions.td to correct encoded bits.

Contributors:
Petar Avramovic <Petar.Avramovic at amd.com>
Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>

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

Patch 6/N for upstreaming of AMDGPU gfx11 architecture.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125319

Files:
  llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/AMDGPU/BUFInstructions.td
  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/SIDefines.h
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/lib/Target/AMDGPU/SIRegisterInfo.td
  llvm/lib/Target/AMDGPU/SMInstructions.td
  llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h
  llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  llvm/test/CodeGen/AMDGPU/merge-tbuffer.mir
  llvm/test/MC/AMDGPU/gfx11_mtbuf.s
  llvm/test/MC/AMDGPU/gfx11_mtbuf_alias.s
  llvm/test/MC/AMDGPU/gfx11_mubuf.s
  llvm/test/MC/AMDGPU/gfx11_mubuf_alias.s
  llvm/test/MC/Disassembler/AMDGPU/mtbuf_dasm_gfx11.txt
  llvm/test/MC/Disassembler/AMDGPU/mubuf_dasm_gfx11.txt



More information about the llvm-commits mailing list