[all-commits] [llvm/llvm-project] ae553f: [AMDGPU][MC][GFX10] Correct encoding of VOP3 v_cmp...
dpreobra via All-commits
all-commits at lists.llvm.org
Wed Aug 3 05:04:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae553f9e49f9d1758320f10ad3ecb548a1cb0ccf
https://github.com/llvm/llvm-project/commit/ae553f9e49f9d1758320f10ad3ecb548a1cb0ccf
Author: Dmitry Preobrazhensky <d-pre at mail.ru>
Date: 2022-08-03 (Wed, 03 Aug 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
M llvm/test/MC/AMDGPU/expressions-gfx10.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/wave32.s
M llvm/test/MC/AMDGPU/wave_any.s
M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
Log Message:
-----------
[AMDGPU][MC][GFX10] Correct encoding of VOP3 v_cmpx* opcodes
Encode dst=EXEC but allow disassembler accept any dst value.
Differential Revision: https://reviews.llvm.org/D130978
More information about the All-commits
mailing list