[PATCH] D125319: [AMDGPU] gfx11 BUF Instructions

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 07:09:14 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc70259405c61: [AMDGPU] gfx11 BUF Instructions (authored by Joe_Nash).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125319/new/

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