Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / RISCV / xtheadcmo-invalid.s
blobbe704269044c631d793fbf0920148289fe862113
1 # RUN: not llvm-mc -triple riscv32 -mattr=+xtheadcmo < %s 2>&1 | FileCheck %s
2 # RUN: not llvm-mc -triple riscv64 -mattr=+xtheadcmo < %s 2>&1 | FileCheck %s
4 th.dcache.csw # CHECK: :[[@LINE]]:1: error: too few operands for instruction
5 th.dcache.isw # CHECK: :[[@LINE]]:1: error: too few operands for instruction
6 th.dcache.cisw # CHECK: :[[@LINE]]:1: error: too few operands for instruction
7 th.dcache.cval1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
8 th.dcache.cva # CHECK: :[[@LINE]]:1: error: too few operands for instruction
9 th.dcache.iva # CHECK: :[[@LINE]]:1: error: too few operands for instruction
10 th.dcache.civa # CHECK: :[[@LINE]]:1: error: too few operands for instruction
11 th.dcache.cpal1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
12 th.dcache.cpa # CHECK: :[[@LINE]]:1: error: too few operands for instruction
13 th.dcache.ipa # CHECK: :[[@LINE]]:1: error: too few operands for instruction
14 th.dcache.cipa # CHECK: :[[@LINE]]:1: error: too few operands for instruction
15 th.icache.iva # CHECK: :[[@LINE]]:1: error: too few operands for instruction
16 th.icache.ipa # CHECK: :[[@LINE]]:1: error: too few operands for instruction
18 th.dcache.call t0 # CHECK: :[[@LINE]]:16: error: invalid operand for instruction
19 th.dcache.iall t0 # CHECK: :[[@LINE]]:16: error: invalid operand for instruction
20 th.dcache.ciall t0 # CHECK: :[[@LINE]]:17: error: invalid operand for instruction
21 th.icache.iall t0 # CHECK: :[[@LINE]]:16: error: invalid operand for instruction
22 th.icache.ialls t0 # CHECK: :[[@LINE]]:17: error: invalid operand for instruction
23 th.l2cache.call t0 # CHECK: :[[@LINE]]:17: error: invalid operand for instruction
24 th.l2cache.iall t0 # CHECK: :[[@LINE]]:17: error: invalid operand for instruction
25 th.l2cache.ciall t0 # CHECK: :[[@LINE]]:18: error: invalid operand for instruction