Issue 61623
Summary [AMDGPU] Disassembler doesn't support opsel for GFX11 16bit VOP1/2/C opcodes encoded as VOP3
Labels new issue
Assignees
Reporter DadSchoorse
    LLVM version: 3a3ad9fe1811ebd7ff865b77f471d155d9a05ec8

Example input: `d5350802 00020200`, which should be `v_mul_f16_e64 v2, s0, v1, opsel:[1, 0, 0, 0]`

Current output: `v_mul_f16_e64 v2, s0, v1`
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to