https://bugs.llvm.org/show_bug.cgi?id=36356
Bug ID: 36356
Summary: [AMDGPU][MC] v_cndmask_b32 disassembly failures
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: AMDGPU
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Some v_cndmask_b32 instructions compiled by another compiler fail to
disassemble using llvm-mc.
e.g.
v_cndmask_b32 v0, v0, -v0, s[4:5] // D1000000
40120100
v_cndmask_b32 v19, v19, -v19, vcc // D1000013
41AA2713
v_cndmask_b32 v1, v1, v1, vcc src0_sel:WORD_1 src1_sel:WORD_0 // 000202F9
04050601
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs