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
// expected-error@+1 {{attribute 'register_count' failed to satisfy constraint: 32-bit signless integer attribute whose value is positive whose maximum value is 4096}}
4
+
dxsa.dcl_indexable_temp x0[0], 2
5
+
6
+
// -----
7
+
8
+
// expected-error@+1 {{attribute 'register_count' failed to satisfy constraint: 32-bit signless integer attribute whose value is positive whose maximum value is 4096}}
9
+
dxsa.dcl_indexable_temp x0[4097], 2
10
+
11
+
// -----
12
+
13
+
// expected-error@+1 {{attribute 'num_components' failed to satisfy constraint: 32-bit signless integer attribute whose minimum value is 1 whose maximum value is 4}}
14
+
dxsa.dcl_indexable_temp x0[16], 0
15
+
16
+
// -----
17
+
18
+
// expected-error@+1 {{attribute 'num_components' failed to satisfy constraint: 32-bit signless integer attribute whose minimum value is 1 whose maximum value is 4}}
0 commit comments