Updated osl submodule
[clay.git] / tests / unitary / reorder_simple.c.clay.scop
blob6056b2e5e2d90af6e445721e9c8f2a70a246458b
2 <OpenScop>
4 # =============================================== Global
5 # Language
8 # Context
9 CONTEXT
10 0 2 0 0 0 0
12 # Parameters are not provided
16 # Number of statements
19 # =============================================== Statement 1
20 # Number of relations describing the statement:
23 # ----------------------------------------------  1.1 Domain
24 DOMAIN
25 0 2 0 0 0 0
27 # ----------------------------------------------  1.2 Scattering
28 SCATTERING
29 1 3 1 0 0 0
30 # e/i| c1 |  1  
31    0   -1    1    ## c1 == 1
33 # ----------------------------------------------  1.3 Access
34 WRITE
35 1 3 1 0 0 0
36 # e/i| Arr|  1  
37    0   -1    1    ## Arr == a
39 # ----------------------------------------------  1.4 Statement Extensions
40 # Number of Statement Extensions
42 <body>
43 # Number of original iterators
45 # Statement body expression
46 a = 0;
47 </body>
49 # =============================================== Statement 2
50 # Number of relations describing the statement:
53 # ----------------------------------------------  2.1 Domain
54 DOMAIN
55 0 2 0 0 0 0
57 # ----------------------------------------------  2.2 Scattering
58 SCATTERING
59 1 3 1 0 0 0
60 # e/i| c1 |  1  
61    0   -1    0    ## c1 == 0
63 # ----------------------------------------------  2.3 Access
64 WRITE
65 1 3 1 0 0 0
66 # e/i| Arr|  1  
67    0   -1    2    ## Arr == b
69 # ----------------------------------------------  2.4 Statement Extensions
70 # Number of Statement Extensions
72 <body>
73 # Number of original iterators
75 # Statement body expression
76 b = 0;
77 </body>
79 # =============================================== Extensions
80 <arrays>
81 # Number of arrays
83 # Mapping array-identifiers/array-names
84 1 a
85 2 b
86 </arrays>
88 <coordinates>
89 # File name
90 ./unitary/reorder_simple.c
91 # Starting line and column
92 2 0
93 # Ending line and column
94 7 0
95 # Indentation
97 </coordinates>
99 </OpenScop>