Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / SME2 / frintm-diagnostics.s
blob7deb91aef15a9c341a202e55c419825cd3680ee4
1 // RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 2>&1 < %s | FileCheck %s
3 // --------------------------------------------------------------------------//
4 // Invalid vector list
6 frintm {z0.s-z1.s}, {z0.s-z2.s}
7 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
8 // CHECK-NEXT: frintm {z0.s-z1.s}, {z0.s-z2.s}
9 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
11 frintm {z1.s-z2.s}, {z0.s-z1.s}
12 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: Invalid vector list, expected list with 2 consecutive SVE vectors, where the first vector is a multiple of 2 and with matching element types
13 // CHECK-NEXT: frintm {z1.s-z2.s}, {z0.s-z1.s}
14 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
16 // --------------------------------------------------------------------------//
17 // Invalid Register Suffix
19 frintm {z0.s-z1.s}, {z2.d-z3.d}
20 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
21 // CHECK-NEXT: frintm {z0.s-z1.s}, {z2.d-z3.d}
22 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}: