update test case outputs
[pet.git] / tests / break5.scop
blob7cde8cb1ae5c227e7dead9800308427d940d1ae5
1 start: 33
2 end: 269
3 indent: "\t"
4 context: '{  :  }'
5 arrays:
6 - context: '{  :  }'
7   extent: '{ a[i0] : i0 >= 0 and i0 <= 99 }'
8   element_type: int
9   element_size: 4
10 statements:
11 - line: 8
12   domain: '{ S_0[i, j] : (i <= 89 and i >= 75 and j >= 0 and j <= i) or (i <= 9 and
13     i >= 0 and j <= 99 and j >= 0) or (i <= 60 and i >= 10 and j >= 0 and j <= i)
14     or (i <= 74 and i >= 61 and j >= 0 and j <= i) or (i <= 99 and i >= 90 and j <=
15     150 - i and j >= 0) }'
16   schedule: '{ S_0[i, j] -> [0, i, j, 0] }'
17   body:
18     type: expression
19     expr:
20       type: op
21       operation: =
22       arguments:
23       - type: access
24         index: '{ S_0[i, j] -> a[(i)] }'
25         reference: __pet_ref_0
26         read: 0
27         write: 1
28       - type: int
29         value: 0
30 - line: 17
31   domain: '{ S_1[i, j] : (i <= 89 and i >= 75 and j <= 60 and j >= 0) or (i <= 60
32     and i >= 10 and j >= 0 and j <= -1 + i) or (i <= 74 and i >= 61 and j <= 60 and
33     j >= 0) or (i <= 99 and i >= 90 and j <= 149 - i and j >= 0) }'
34   schedule: '{ S_1[i, j] -> [0, i, j, 5] }'
35   body:
36     type: expression
37     expr:
38       type: op
39       operation: =
40       arguments:
41       - type: access
42         index: '{ S_1[i, j] -> a[(i)] }'
43         reference: __pet_ref_1
44         read: 0
45         write: 1
46       - type: op
47         operation: +
48         arguments:
49         - type: access
50           index: '{ S_1[i, j] -> [(i)] }'
51           reference: __pet_ref_2
52           read: 1
53           write: 0
54         - type: access
55           index: '{ S_1[i, j] -> [(j)] }'
56           reference: __pet_ref_3
57           read: 1
58           write: 0