brintos

brintos / llvm-project-archived public Read only

0
0
Text · 425 B · 52c56a7 Raw
10 lines · plain
1// RUN: not llvm-mc -triple aarch64 -show-encoding -mattr=+sve < %s 2>&1 | FileCheck %s2 3//------------------------------------------------------------------------------4// Condition code diagnostics for SVE5//------------------------------------------------------------------------------6 7        b.nfirst lbl8// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid condition code, did you mean nfrst?9// CHECK-NEXT:  b.nfirst lbl10