15 lines · plain
1// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 2>&1 < %s | FileCheck %s2 3// --------------------------------------------------------------------------//4// Invalid vector suffix5 6tblq z0.b, {z0.h}, z0.h7// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction8// CHECK-NEXT: tblq z0.b, {z0.h}, z0.h9// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:10 11tblq z23.d, {z23.s}, z13.s12// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction13// CHECK-NEXT: tblq z23.d, {z23.s}, z13.s14// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:15