postpone introduction of access relations
[pet.git] / tests / loop5.scop
blob12c7adf54409c2ece4de25aa3172eba29c678632
1 start: 34
2 end: 110
3 indent: "\t"
4 context: '[n, m] -> {  : m <= 2147483645 and n <= 2147483646 and m >= -2147483648
5   and n >= -2147483648 }'
6 arrays:
7 - context: '{  :  }'
8   extent: '[n, m] -> { a[] }'
9   element_type: int
10   element_size: 4
11 statements:
12 - line: 7
13   domain: '[n, m] -> { S_0[i] : i <= m and i >= n }'
14   schedule: '[n, m] -> { S_0[i] -> [0, i] }'
15   body:
16     type: expression
17     expr:
18       type: op
19       operation: =
20       arguments:
21       - type: access
22         index: '[n, m] -> { S_0[i] -> a[] }'
23         reference: __pet_ref_0
24         read: 0
25         write: 1
26       - type: int
27         value: 5