[all-commits] [llvm/llvm-project] c70259: [AMDGPU] gfx11 BUF Instructions

Joe Nash via All-commits all-commits at lists.llvm.org
Mon May 16 07:09:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c70259405c61b203682e2a03c4688c6d6bc89856
      https://github.com/llvm/llvm-project/commit/c70259405c61b203682e2a03c4688c6d6bc89856
  Author: Joe Nash <Joseph.Nash at amd.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/BUFInstructions.td
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/SIDefines.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/lib/Target/AMDGPU/SMInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/test/CodeGen/AMDGPU/merge-tbuffer.mir
    A llvm/test/MC/AMDGPU/gfx11_mtbuf.s
    A llvm/test/MC/AMDGPU/gfx11_mtbuf_alias.s
    A llvm/test/MC/AMDGPU/gfx11_mubuf.s
    A llvm/test/MC/AMDGPU/gfx11_mubuf_alias.s
    A llvm/test/MC/Disassembler/AMDGPU/mtbuf_dasm_gfx11.txt
    A llvm/test/MC/Disassembler/AMDGPU/mubuf_dasm_gfx11.txt

  Log Message:
  -----------
  [AMDGPU] gfx11 BUF Instructions

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

Patch 6/N for upstreaming of AMDGPU gfx11 architecture.

Reviewed By: dp, Petar.Avramovic

Differential Revision: https://reviews.llvm.org/D125319




More information about the All-commits mailing list