[all-commits] [llvm/llvm-project] 485e8b: [AMDGPU][MC][GFX11] Correct disassembly of DPP var...
dpreobra via All-commits
all-commits at lists.llvm.org
Mon Jun 20 04:23:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 485e8b4f63efc4717b326e46b499c944e443fe6d
https://github.com/llvm/llvm-project/commit/485e8b4f63efc4717b326e46b499c944e443fe6d
Author: Dmitry Preobrazhensky <d-pre at mail.ru>
Date: 2022-06-20 (Mon, 20 Jun 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
R llvm/test/MC/Disassembler/AMDGPU/gfx11_asm_vop3_dpp16.txt
R llvm/test/MC/Disassembler/AMDGPU/gfx11_asm_vop3_dpp8.txt
A llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16.txt
A llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
Log Message:
-----------
[AMDGPU][MC][GFX11] Correct disassembly of DPP variants of VOPC64 opcodes
Fix bugs https://github.com/llvm/llvm-project/issues/56091, https://github.com/llvm/llvm-project/issues/56065.
Differential Revision: https://reviews.llvm.org/D128075
More information about the All-commits
mailing list