update isl for introduction of isl_stat
[pet.git] / tests / write.scop
blob1515d524b53a39a92cdef59b059e674c4ce8bf9f
1 start: 110
2 end: 151
3 indent: "\t"
4 context: '[n] -> {  : n >= 0 and n <= 2147483647 }'
5 schedule: '{ domain: "{ S_0[] }" }'
6 arrays:
7 - context: '[n] -> {  : n >= 0 }'
8   extent: '[n] -> { A[i0, i1] : i1 >= 0 and i1 <= -1 + n and i0 >= 0 and i0 <= -1
9     + n }'
10   element_type: float
11   element_size: 4
12 statements:
13 - line: 6
14   domain: '[n] -> { S_0[] }'
15   body:
16     type: expression
17     expr:
18       type: call
19       name: foo
20       arguments:
21       - type: access
22         index: '[n] -> { S_0[] -> [(n)] }'
23         reference: __pet_ref_0
24         read: 1
25         write: 0
26       - type: access
27         may_read: '[n] -> { S_0[] -> A[o0, o1] }'
28         may_write: '[n] -> { S_0[] -> A[o0, o1] }'
29         must_write: '[n] -> {  }'
30         index: '[n] -> { S_0[] -> A[] }'
31         depth: 2
32         reference: __pet_ref_1
33         read: 1
34         write: 1