update test case outputs
[pet.git] / tests / inf.scop
blob376c33576b9060c5bc472f55eaf0fc9b3f876349
1 start: 74
2 end: 207
3 context: '[N] -> {  : N >= 8 and N <= 16 }'
4 arrays:
5 - context: '[N] -> {  : N >= 0 }'
6   extent: '[N] -> { a[i0] : i0 <= -1 + N and i0 >= 0 }'
7   element_type: int
8   element_size: 4
9 - context: '[N] -> {  : N >= 0 }'
10   extent: '[N] -> { b[i0] : i0 <= -1 + N and i0 >= 0 }'
11   element_type: int
12   element_size: 4
13 statements:
14 - line: 12
15   domain: '[N] -> { S_0[t, j] : j >= 0 and t >= 0 and j <= -1 + N }'
16   schedule: '[N] -> { S_0[t, j] -> [0, t, 0, j] }'
17   body:
18     type: binary
19     operation: =
20     arguments:
21     - type: access
22       relation: '[N] -> { S_0[t, j] -> a[j] }'
23       read: 0
24       write: 1
25     - type: access
26       relation: '[N] -> { S_0[t, j] -> [0] }'
27       read: 1
28       write: 0
29 - line: 14
30   domain: '[N] -> { S_1[t, j] : j >= 0 and t >= 0 and j <= -1 + N }'
31   schedule: '[N] -> { S_1[t, j] -> [0, t, 1, j] }'
32   body:
33     type: binary
34     operation: =
35     arguments:
36     - type: access
37       relation: '[N] -> { S_1[t, j] -> b[j] }'
38       read: 0
39       write: 1
40     - type: access
41       relation: '[N] -> { S_1[t, j] -> a[j] }'
42       read: 1
43       write: 0