[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AArch64 / SVE / cnot-diagnostics.s
blob2f9681a207ebed4ab409eaf0445efb11688d5197
1 // RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve 2>&1 < %s| FileCheck %s
3 // ------------------------------------------------------------------------- //
4 // Invalid predicate
6 cnot z31.b, p8/m, z31.b
7 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid restricted predicate register, expected p0..p7 (without element suffix)
8 // CHECK-NEXT: cnot z31.b, p8/m, z31.b
9 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
12 // ------------------------------------------------------------------------- //
13 // Invalid element width
15 cnot z31.b, p7/m, z31.h
16 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid element width
17 // CHECK-NEXT: cnot z31.b, p7/m, z31.h
18 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}: