[all-commits] [llvm/llvm-project] 2a6532: [AMDGPU][MC][GFX11] Correct disassembly of *_e64_d...
dpreobra via All-commits
all-commits at lists.llvm.org
Fri Jul 15 03:13:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a6532d542e1775bae1af6884fa7760a38a3c451
https://github.com/llvm/llvm-project/commit/2a6532d542e1775bae1af6884fa7760a38a3c451
Author: Dmitry Preobrazhensky <d-pre at mail.ru>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
M llvm/lib/Target/AMDGPU/SIInstrFormats.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
Log Message:
-----------
[AMDGPU][MC][GFX11] Correct disassembly of *_e64_dpp opcodes which support op_sel
These opcodes cannot be disassembled because op_sel operand is missing - it must be added manually.
See https://github.com/llvm/llvm-project/issues/56512 for detailed issue analysis.
Differential Revision: https://reviews.llvm.org/D129637
More information about the All-commits
mailing list