print.c: rename pet_expr_build_ast_expr to pet_expr_access_build_ast_expr
[pet.git] / tests / rotate.scop
blob9c5915931b7dc7b43806668f76df97b892a11845
1 start: 41
2 end: 138
3 indent: "\t"
4 context: '[N] -> {  : -2147483648 <= N <= 2147483647 }'
5 schedule: '{ domain: "[N] -> { S_0[i] : 0 <= i < N }", child: { schedule: "[N] ->
6   L_0[{ S_0[i] -> [(i)] }]" } }'
7 arrays:
8 - context: '{  :  }'
9   extent: '[N] -> { A[i0] : i0 >= 0 }'
10   element_type: int
11   element_size: 4
12 - context: '{  :  }'
13   extent: '[N] -> { B[i0] : i0 >= 0 }'
14   element_type: int
15   element_size: 4
16 statements:
17 - line: 5
18   domain: '[N] -> { S_0[i] : 0 <= i < N }'
19   body:
20     type: expression
21     expr:
22       type: op
23       operation: =
24       arguments:
25       - type: access
26         index: '[N] -> { S_0[i] -> A[(i)] }'
27         reference: __pet_ref_0
28         read: 0
29         write: 1
30       - type: access
31         index: '[N] -> { S_0[i] -> B[((-1 + N) : i = 0; (-1 + i) : i > 0)] }'
32         reference: __pet_ref_1
33         read: 1
34         write: 0