brintos

brintos / llvm-project-archived public Read only

0
0
Text · 542 B · cb54da0 Raw
9 lines · plain
1# RUN: not llvm-mc -triple riscv32 -mattr=+xtheadsync < %s 2>&1 | FileCheck %s2# RUN: not llvm-mc -triple riscv64 -mattr=+xtheadsync < %s 2>&1 | FileCheck %s3 4th.sfence.vmas t0 # CHECK: :[[@LINE]]:1: error: too few operands for instruction5th.sync t0 # CHECK: :[[@LINE]]:9: error: invalid operand for instruction6th.sync.s t0 # CHECK: :[[@LINE]]:11: error: invalid operand for instruction7th.sync.i t0 # CHECK: :[[@LINE]]:11: error: invalid operand for instruction8th.sync.is t0 # CHECK: :[[@LINE]]:12: error: invalid operand for instruction9