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
Copy file name to clipboardExpand all lines: llvm/test/MC/AArch64/SME2/zip-diagnostics.s
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,12 @@ zip {z20.b-z23.b}, {z9.b-z12.b}
23
23
// CHECK-NEXT: zip {z20.b-z23.b}, {z9.b-z12.b}
24
24
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
25
25
26
+
zip {z1.q-z2.q}, z0.q, z0.q
27
+
// 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
28
+
// CHECK-NEXT: zip {z1.q-z2.q}, z0.q, z0.q
29
+
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
30
+
31
+
zip {z1.q-z4.q}, z0.q, z0.q
32
+
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: Invalid vector list, expected list with 4 consecutive SVE vectors, where the first vector is a multiple of 4and with matching element types
0 commit comments