pet_expr_filter: avoid introduction of constraints in index expression
[pet.git] / tests / label.scop
blob3e084244170fe80992cfeedddfda3dcd62cf2554
1 start: 22
2 end: 71
3 context: '{  :  }'
4 arrays:
5 - context: '{  :  }'
6   extent: '{ a[] }'
7   element_type: int
8   element_size: 4
9 statements:
10 - line: 6
11   domain: '{ A[] }'
12   schedule: '{ A[] -> [0] }'
13   body:
14     type: op
15     operation: =
16     arguments:
17     - type: access
18       relation: '{ A[] -> a[] }'
19       index: '{ A[] -> a[] }'
20       reference: __pet_ref_0
21       read: 0
22       write: 1
23     - type: int
24       value: 5
25 - line: 7
26   domain: '{ B[] }'
27   schedule: '{ B[] -> [1] }'
28   body:
29     type: op
30     operation: =
31     arguments:
32     - type: access
33       relation: '{ B[] -> a[] }'
34       index: '{ B[] -> a[] }'
35       reference: __pet_ref_1
36       read: 0
37       write: 1
38     - type: int
39       value: 7