[all-commits] [llvm/llvm-project] be1082: [AMDGPU] gfx11 VOPC instructions

Joe Nash via All-commits all-commits at lists.llvm.org
Thu Jun 9 12:50:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be1082c6d54dfc47975b370b521d4fc3affde8ce
      https://github.com/llvm/llvm-project/commit/be1082c6d54dfc47975b370b521d4fc3affde8ce
  Author: Joe Nash <Joseph.Nash at amd.com>
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    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/MCTargetDesc/AMDGPUInstPrinter.h
    M llvm/lib/Target/AMDGPU/VOPCInstructions.td
    A llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
    A llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp.s
    A llvm/test/MC/AMDGPU/gfx11_asm_vopc_e64.s
    A llvm/test/MC/AMDGPU/gfx11_asm_vopcx.s
    M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_all.txt

  Log Message:
  -----------
  [AMDGPU] gfx11 VOPC instructions

Supports encoding existing instrutions on gfx11 and MC support for the new VOPC
dpp instructions.

Patch 19/N for upstreaming of AMDGPU gfx11 architecture

Depends on D126978

Reviewed By: rampitec, #amdgpu

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




More information about the All-commits mailing list