Fix ISS changing the relative execution order of statements in the cloned part
[clay.git] / tests / unitary / interchange_loop2.c.clay.scop
blob6344c757a11d2a88b4c01d949c4cc2d54342b8b6
2 <OpenScop>
4 # =============================================== Global
5 # Language
8 # Context
9 CONTEXT
10 0 5 0 0 0 3
12 # Parameters are provided
14 <strings>
15 N M P
16 </strings>
18 # Number of statements
21 # =============================================== Statement 1
22 # Number of relations describing the statement:
25 # ----------------------------------------------  1.1 Domain
26 DOMAIN
27 6 7 2 0 0 3
28 # e/i|  i    j |  N    M    P |  1  
29    1    1    0    0    0    0    0    ## i >= 0
30    1   -1    0    1    0    0    0    ## -i+N >= 0
31    1    0    0    1    0    0    0    ## N >= 0
32    1    0    1    0    0    0    0    ## j >= 0
33    1    0   -1    0    1    0    0    ## -j+M >= 0
34    1    0    0    0    1    0    0    ## M >= 0
36 # ----------------------------------------------  1.2 Scattering
37 SCATTERING
38 5 12 5 2 0 3
39 # e/i| c1   c2   c3   c4   c5 |  i    j |  N    M    P |  1  
40    0   -1    0    0    0    0    0    0    0    0    0    0    ## c1 == 0
41    0    0   -1    0    0    0    1    0    0    0    0    0    ## c2 == i
42    0    0    0   -1    0    0    0    0    0    0    0    0    ## c3 == 0
43    0    0    0    0   -1    0    0    1    0    0    0    0    ## c4 == j
44    0    0    0    0    0   -1    0    0    0    0    0    0    ## c5 == 0
46 # ----------------------------------------------  1.3 Access
47 WRITE
48 3 10 3 2 0 3
49 # e/i| Arr  [1]  [2]|  i    j |  N    M    P |  1  
50    0   -1    0    0    0    0    0    0    0    5    ## Arr == a
51    0    0   -1    0    1    0    0    0    0    0    ## [1] == i
52    0    0    0   -1    0    1    0    0    0    0    ## [2] == j
54 # ----------------------------------------------  1.4 Statement Extensions
55 # Number of Statement Extensions
57 <body>
58 # Number of original iterators
60 # List of original iterators
61 i j
62 # Statement body expression
63 a[i][j] = 0;
64 </body>
66 # =============================================== Statement 2
67 # Number of relations describing the statement:
70 # ----------------------------------------------  2.1 Domain
71 DOMAIN
72 9 8 3 0 0 3
73 # e/i|  i    j    k |  N    M    P |  1  
74    1    1    0    0    0    0    0    0    ## i >= 0
75    1   -1    0    0    1    0    0    0    ## -i+N >= 0
76    1    0    0    0    1    0    0    0    ## N >= 0
77    1    0    1    0    0    0    0    0    ## j >= 0
78    1    0   -1    0    0    1    0    0    ## -j+M >= 0
79    1    0    0    0    0    1    0    0    ## M >= 0
80    1    0    0    1    0    0    0    0    ## k >= 0
81    1    0    0   -1    0    0    1    0    ## -k+P >= 0
82    1    0    0    0    0    0    1    0    ## P >= 0
84 # ----------------------------------------------  2.2 Scattering
85 SCATTERING
86 7 15 7 3 0 3
87 # e/i| c1   c2   c3   c4   c5   c6   c7 |  i    j    k |  N    M    P |  1  
88    0   -1    0    0    0    0    0    0    0    0    0    0    0    0    0    ## c1 == 0
89    0    0    0    0    0    0   -1    0    1    0    0    0    0    0    0    ## c6 == i
90    0    0    0   -1    0    0    0    0    0    0    0    0    0    0    0    ## c3 == 0
91    0    0    0    0   -1    0    0    0    0    1    0    0    0    0    0    ## c4 == j
92    0    0    0    0    0   -1    0    0    0    0    0    0    0    0    1    ## c5 == 1
93    0    0   -1    0    0    0    0    0    0    0    1    0    0    0    0    ## c2 == k
94    0    0    0    0    0    0    0   -1    0    0    0    0    0    0    0    ## c7 == 0
96 # ----------------------------------------------  2.3 Access
97 WRITE
98 4 12 4 3 0 3
99 # e/i| Arr  [1]  [2]  [3]|  i    j    k |  N    M    P |  1  
100    0   -1    0    0    0    0    0    0    0    0    0    8    ## Arr == b
101    0    0   -1    0    0    1    0    0    0    0    0    0    ## [1] == i
102    0    0    0   -1    0    0    1    0    0    0    0    0    ## [2] == j
103    0    0    0    0   -1    0    0    1    0    0    0    0    ## [3] == k
105 # ----------------------------------------------  2.4 Statement Extensions
106 # Number of Statement Extensions
108 <body>
109 # Number of original iterators
111 # List of original iterators
112 i j k
113 # Statement body expression
114 b[i][j][k] = 0;
115 </body>
117 # =============================================== Extensions
118 <scatnames>
119 b0 i b1 j b2 k b3
120 </scatnames>
122 <arrays>
123 # Number of arrays
125 # Mapping array-identifiers/array-names
126 1 i
127 2 N
128 3 j
129 4 M
130 5 a
131 6 k
132 7 P
133 8 b
134 </arrays>
136 <coordinates>
137 # File name
138 ./unitary/interchange_loop2.c
139 # Starting line and column
140 2 0
141 # Ending line and column
142 13 0
143 # Indentation
145 </coordinates>
147 </OpenScop>