You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid number of vectors
13
+
// CHECK-NEXT: pmlal {z0.q-z0.q}, z0.d, z0.d
14
+
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
15
+
16
+
pmlal {z1.q-z2.q}, z0.d, z0.d
17
+
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: Invalid vector list, expected list with 2 consecutive SVE vectors, where the first vector is a multiple of 2and with matching element types
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid number of vectors
13
+
// CHECK-NEXT: pmull {z0.q-z0.q}, z0.d, z0.d
14
+
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
15
+
16
+
pmull {z1.q-z2.q}, z0.d, z0.d
17
+
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: Invalid vector list, expected list with 2 consecutive SVE vectors, where the first vector is a multiple of 2and with matching element types
0 commit comments