update test case outputs
[pet.git] / tests / break.scop
blob630399bd26bc01aa335734702fd11342091f1f74
1 start: 33
2 end: 179
3 context: '{  :  }'
4 arrays:
5 - context: '{  :  }'
6   extent: '{ a[i0] : i0 >= 0 and i0 <= 99 }'
7   element_type: int
8   element_size: 4
9 statements:
10 - line: 8
11   domain: '{ S_0[i, j] : i >= 0 and i <= 99 and j >= 0 and j <= 99 and j <= i }'
12   schedule: '{ S_0[i, j] -> [0, i, j, 0] }'
13   body:
14     type: binary
15     operation: =
16     arguments:
17     - type: access
18       relation: '{ S_0[i, j] -> a[i] }'
19       read: 0
20       write: 1
21     - type: access
22       relation: '{ S_0[i, j] -> [0] }'
23       read: 1
24       write: 0
25 - line: 11
26   domain: '{ S_1[i, j] : i >= 0 and i <= 99 and j >= 0 and j <= 99 and j <= -1 + i
27     }'
28   schedule: '{ S_1[i, j] -> [0, i, j, 2] }'
29   body:
30     type: binary
31     operation: =
32     arguments:
33     - type: access
34       relation: '{ S_1[i, j] -> a[i] }'
35       read: 0
36       write: 1
37     - type: binary
38       operation: +
39       arguments:
40       - type: access
41         relation: '{ S_1[i, j] -> [i] }'
42         read: 1
43         write: 0
44       - type: access
45         relation: '{ S_1[i, j] -> [j] }'
46         read: 1
47         write: 0