update test case outputs
[pet.git] / tests / call3.scop
blob5d8faae7372340b072d1790d818b5674a63148db
1 start: 120
2 end: 225
3 indent: "\t"
4 context: '[n] -> {  : exists (e0 = floor((n)/4): 4e0 = n and n >= 0 and n <= 2147483647)
5   }'
6 arrays:
7 - context: '[n] -> {  : n >= 0 }'
8   extent: '[n] -> { A[i0] : i0 >= 0 and i0 <= -1 + n }'
9   element_type: int
10   element_size: 4
11 statements:
12 - line: 10
13   domain: '[n] -> { S_0[] }'
14   schedule: '{ S_0[] -> [0] }'
15   body:
16     type: expression
17     expr:
18       type: op
19       operation: assume
20       arguments:
21       - type: access
22         index: '[n] -> { S_0[] -> [(1)] }'
23         reference: __pet_ref_0
24         read: 1
25         write: 0
26 - line: 12
27   domain: '[n] -> { S_1[i] : exists (e0 = floor((i)/4): 4e0 = i and i >= 0 and i <=
28     -4 + n) }'
29   schedule: '[n] -> { S_1[i] -> [1, i] }'
30   body:
31     type: expression
32     expr:
33       type: call
34       name: foo
35       arguments:
36       - type: op
37         operation: '&'
38         arguments:
39         - type: access
40           may_read: '[n] -> { S_1[i] -> A[o0] : o0 >= i and o0 <= 3 + i }'
41           may_write: '[n] -> { S_1[i] -> A[o0] : o0 >= i and o0 <= 3 + i }'
42           must_write: '[n] -> { S_1[i] -> A[o0] : o0 >= i and o0 <= 3 + i }'
43           index: '[n] -> { S_1[i] -> A[(i)] }'
44           reference: __pet_ref_1
45           read: 1
46           write: 1