update test case outputs
[pet.git] / tests / while_affine.scop
blobaff1eb77f1e59e798c8d1b21a265f8ebee6f6b62
1 start: 42
2 end: 206
3 indent: "\t"
4 context: '[N] -> {  : N >= 0 and N <= 2147483647 }'
5 schedule: '{ domain: "[N] -> { S_0[99, t, j] : t >= 0 and j >= 0 and j <= -1 + N;
6   S_1[99, t, j] : t >= 0 and j >= 0 and j <= -1 + N }", child: { schedule: "[N] ->
7   L_0[{ S_0[i, t, j] -> [(i)]; S_1[i, t, j] -> [(i)] }]", child: { schedule: "[N]
8   -> L_1[{ S_0[i, t, j] -> [(t)]; S_1[i, t, j] -> [(t)] }]", child: { sequence: [
9   { filter: "[N] -> { S_0[i, t, j] }", child: { schedule: "[N] -> L_2[{ S_0[i, t,
10   j] -> [(j)] }]" } }, { filter: "[N] -> { S_1[i, t, j] }", child: { schedule: "[N]
11   -> L_3[{ S_1[i, t, j] -> [(j)] }]" } } ] } } } }'
12 arrays:
13 - context: '[N] -> {  : N >= 0 }'
14   extent: '[N] -> { a[i0] : i0 >= 0 and i0 <= -1 + N }'
15   element_type: int
16   element_size: 4
17 - context: '[N] -> {  : N >= 0 }'
18   extent: '[N] -> { b[i0] : i0 >= 0 and i0 <= -1 + N }'
19   element_type: int
20   element_size: 4
21 statements:
22 - line: 9
23   domain: '[N] -> { S_0[99, t, j] : t >= 0 and j >= 0 and j <= -1 + N }'
24   body:
25     type: expression
26     expr:
27       type: op
28       operation: =
29       arguments:
30       - type: access
31         index: '[N] -> { S_0[i, t, j] -> a[(j)] }'
32         reference: __pet_ref_0
33         read: 0
34         write: 1
35       - type: int
36         value: 0
37 - line: 11
38   domain: '[N] -> { S_1[99, t, j] : t >= 0 and j >= 0 and j <= -1 + N }'
39   body:
40     type: expression
41     expr:
42       type: op
43       operation: =
44       arguments:
45       - type: access
46         index: '[N] -> { S_1[i, t, j] -> b[(j)] }'
47         reference: __pet_ref_1
48         read: 0
49         write: 1
50       - type: access
51         index: '[N] -> { S_1[i, t, j] -> a[(j)] }'
52         reference: __pet_ref_2
53         read: 1
54         write: 0