update test case outputs
[pet.git] / tests / struct2.scop
blob991ed799b1164e5c5a9f4f2fa685bd070273526d
1 start: 58
2 end: 166
3 indent: "\t"
4 context: '{  :  }'
5 schedule: '{ domain: "{ S_0[i, j] : i >= 0 and i <= 9 and j >= 0 and j <= 19 }", child:
6   { schedule: "L_0[{ S_0[i, j] -> [(i)] }]", child: { schedule: "L_1[{ S_0[i, j] ->
7   [(j)] }]" } } }'
8 types:
9 - name: s
10   definition: "struct s {\n    int a;\n}"
11 arrays:
12 - context: '{  :  }'
13   extent: '{ s[i0, i1] : i0 >= 0 and i1 >= 0 and i0 <= 9 and i1 <= 19 }'
14   element_type: struct s
15   element_size: 4
16   element_is_record: 1
17 - context: '{  :  }'
18   extent: '{ s_a[s[i0, i1] -> a[]] : i0 >= 0 and i1 >= 0 and i0 <= 9 and i1 <= 19
19     }'
20   element_type: int
21   element_size: 4
22 statements:
23 - line: 12
24   domain: '{ S_0[i, j] : i >= 0 and i <= 9 and j >= 0 and j <= 19 }'
25   body:
26     type: expression
27     expr:
28       type: op
29       operation: =
30       arguments:
31       - type: access
32         index: '{ S_0[i, j] -> s_a[s[(i), (j)] -> a[]] }'
33         reference: __pet_ref_0
34         read: 0
35         write: 1
36       - type: int
37         value: 5