[all-commits] [llvm/llvm-project] 0eb9f1: [AMDGPU][MC][GFX11] Correct encoding of VOP3/VOP3_...
dpreobra via All-commits
all-commits at lists.llvm.org
Tue Jul 26 07:39:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0eb9f18520a9a46395a01f9acc9eb829827f340c
https://github.com/llvm/llvm-project/commit/0eb9f18520a9a46395a01f9acc9eb829827f340c
Author: Dmitry Preobrazhensky <d-pre at mail.ru>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx.s
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_all.txt
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 encoding of VOP3/VOP3_DPP v_cmpx* opcodes
Encode dst=EXEC but allow disassembler accept any dst value.
Differential Revision: https://reviews.llvm.org/D130345
More information about the All-commits
mailing list