File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
llvm/test/MC/Disassembler/RISCV Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- # RUN: not llvm-mc -disassemble -triple=riscv32 -mattr=+experimental-xqciac %s | FileCheck %s
1
+ # RUN: not llvm-mc -disassemble -triple=riscv32 -mattr=+experimental-xqciac %s \
2
+ # RUN: | FileCheck -check-prefixes=CHECK,CHECK-XQCIAC %s
2
3
# RUN: not llvm-mc -disassemble -triple=riscv32 -mattr=+experimental-xqcibm %s \
3
- # RUN: | FileCheck -check-prefixes=CHECK-XQCIBM %s
4
+ # RUN: | FileCheck -check-prefixes=CHECK,CHECK -XQCIBM %s
4
5
5
6
[0x00,0x00]
6
7
# CHECK: unimp
7
8
8
9
[0x8b,0x30,0x31,0x46]
9
- # CHECK-NOT: qc.shladd x1, x2, x3 , {{[0-9]+}}
10
+ # CHECK-XQCIAC- NOT: qc.shladd ra, sp, gp , {{[0-9]+}}
10
11
11
12
[0x00,0x00]
12
13
# CHECK: unimp
13
14
14
15
[0x92,0x17]
15
- # CHECK-XQCIBM-NOT: qc.c.extu a5, 4
16
+ # CHECK-XQCIBM-NOT: qc.c.extu a5, {{[0-9]+}}
17
+
18
+ [0x00,0x00]
19
+ # CHECK: unimp
You can’t perform that action at this time.
0 commit comments