[all-commits] [llvm/llvm-project] 40f35c: [AMDGPU] gfx11 VOP3P instruction MC support
Joe Nash via All-commits
all-commits at lists.llvm.org
Wed Jun 8 11:00:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40f35cef894a4f899d1a0a31dd9600b9ce5e769b
https://github.com/llvm/llvm-project/commit/40f35cef894a4f899d1a0a31dd9600b9ce5e769b
Author: Joe Nash <Joseph.Nash at amd.com>
Date: 2022-06-08 (Wed, 08 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/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/test/MC/AMDGPU/gfx11_asm_dpp.s
M llvm/test/MC/AMDGPU/gfx11_err.s
A llvm/test/MC/AMDGPU/gfx11_vop3p.s
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_all.txt
Log Message:
-----------
[AMDGPU] gfx11 VOP3P instruction MC support
Includes dpp versions of VOP3P instructions.
Patch 18/N for upstreaming of AMDGPU gfx11 architecture
Depends on D126917
Reviewed By: rampitec, #amdgpu
Differential Revision: https://reviews.llvm.org/D126978
More information about the All-commits
mailing list