[all-commits] [llvm/llvm-project] 607980: [AMDGPU] gfx11 VOP1+VOP2 Instruction MC support
Joe Nash via All-commits
all-commits at lists.llvm.org
Mon Jun 6 07:26:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6079804498be497f52f97d1e3ef398d680b37f79
https://github.com/llvm/llvm-project/commit/6079804498be497f52f97d1e3ef398d680b37f79
Author: Joe Nash <Joseph.Nash at amd.com>
Date: 2022-06-06 (Mon, 06 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/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/test/MC/AMDGPU/gfx11_asm_dpp.s
A llvm/test/MC/AMDGPU/gfx11_asm_dpp16.s
A llvm/test/MC/AMDGPU/gfx11_asm_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_vop123.s
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_all.txt
Log Message:
-----------
[AMDGPU] gfx11 VOP1+VOP2 Instruction MC support
Includes dpp instructions and vop1/vop2 promoted to vop3
Patch 17/N for upstreaming of AMDGPU gfx11 architecture
Depends on D126483
Reviewed By: rampitec, #amdgpu
Differential Revision: https://reviews.llvm.org/D126917
More information about the All-commits
mailing list