pet_scop: keep track of schedule tree
[pet.git] / tests / generic_condition.scop
blobafa5d109c6e29906b9230614b5609521f1f68799
1 start: 35
2 end: 101
3 indent: "\t"
4 context: '[N] -> {  : N <= 2147483647 and N >= -2147483648 }'
5 schedule: '{ domain: "[N] -> { S_0[i] : N <= -1 and i >= 0 }", child: { schedule:
6   "[N] -> L_0[{ S_0[i] -> [(i)] }]" } }'
7 arrays:
8 - context: '{  :  }'
9   extent: '[N] -> { a[] }'
10   element_type: int
11   element_size: 4
12 statements:
13 - line: 8
14   domain: '[N] -> { S_0[i] : N <= -1 and i >= 0 }'
15   schedule: '[N] -> { S_0[i] -> [0, i] }'
16   body:
17     type: expression
18     expr:
19       type: op
20       operation: =
21       arguments:
22       - type: access
23         index: '[N] -> { S_0[i] -> a[] }'
24         reference: __pet_ref_0
25         read: 0
26         write: 1
27       - type: int
28         value: 5