We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee52af7 commit c08dc8bCopy full SHA for c08dc8b
llvm/test/MC/Disassembler/AMDGPU/comments.txt
@@ -0,0 +1,5 @@
1
+# RUN: llvm-mc -assemble -triple=amdgcn--amdhsa -mcpu=gfx1100 -filetype=obj %s -o - | \
2
+# RUN: llvm-objdump -d - | FileCheck %s
3
+
4
+; CHECK: v_perm_b32 v14, v52, v51, 0x5040100 // 000000000000: D644000E 03FE6734 05040100 ; Error: cannot read literal, inst bytes left 0{{$}}
5
+ v_perm_b32 v14, v52, v51, 0x5040100
0 commit comments