link against single libLLVM shared library when available
[pet.git] / tests / generic_condition.scop
blob35270a78a2a883f72b72ea9289cdef891c25ffbd
1 start: 35
2 end: 101
3 indent: "\t"
4 context: '[N] -> {  : N <= 2147483647 and N >= -2147483648 }'
5 schedule: '{ domain: "[N] -> { S_1[]; S_0[i] : N <= -1 and i >= 0; S_2[] }", child:
6   { sequence: [ { filter: "[N] -> { S_0[i] }", child: { schedule: "[N] -> L_0[{ S_0[i]
7   -> [(i)] }]" } }, { filter: "[N] -> { S_1[]; S_2[] }", child: { set: [ { filter:
8   "{ S_1[] }" }, { filter: "{ S_2[] }" } ] } } ] } }'
9 arrays:
10 - context: '{  :  }'
11   extent: '[N] -> { a[] }'
12   element_type: int
13   element_size: 4
14 - context: '{  :  }'
15   extent: '[N] -> { i[] }'
16   element_type: int
17   element_size: 4
18 statements:
19 - line: 8
20   domain: '[N] -> { S_0[i] : N <= -1 and i >= 0 }'
21   body:
22     type: expression
23     expr:
24       type: op
25       operation: =
26       arguments:
27       - type: access
28         index: '[N] -> { S_0[i] -> a[] }'
29         reference: __pet_ref_0
30         read: 0
31         write: 1
32       - type: int
33         value: 5
34 - line: -1
35   domain: '[N] -> { S_1[] }'
36   body:
37     type: expression
38     expr:
39       type: op
40       operation: kill
41       arguments:
42       - type: access
43         killed: '[N] -> { S_1[] -> i[] }'
44         index: '[N] -> { S_1[] -> i[] }'
45         reference: __pet_ref_1
46         kill: 1
47 - line: -1
48   domain: '[N] -> { S_2[] }'
49   body:
50     type: expression
51     expr:
52       type: op
53       operation: kill
54       arguments:
55       - type: access
56         killed: '[N] -> { S_2[] -> a[] }'
57         index: '[N] -> { S_2[] -> a[] }'
58         reference: __pet_ref_2
59         kill: 1