Updated osl submodule
[clay.git] / tests / unitary / stripmine_loop1.c.clay.scop
blob76f85724d72e064cc63e64f56534a42772fd2c6e
2 <OpenScop>
4 # =============================================== Global
5 # Language
8 # Context
9 CONTEXT
10 0 3 0 0 0 1
12 # Parameters are provided
14 <strings>
16 </strings>
18 # Number of statements
21 # =============================================== Statement 1
22 # Number of relations describing the statement:
25 # ----------------------------------------------  1.1 Domain
26 DOMAIN
27 3 4 1 0 0 1
28 # e/i|  i |  N |  1  
29    1    1    0    0    ## i >= 0
30    1   -1    1    0    ## -i+N >= 0
31    1    0    1    0    ## N >= 0
33 # ----------------------------------------------  1.2 Scattering
34 SCATTERING
35 6 9 5 1 0 1
36 # e/i| c1   c2   c3   c4   c5 |  i |  N |  1  
37    0   -1    0    0    0    0    0    0    0    ## c1 == 0
38    1    0  -32    0    1    0    0    0    0    ## -32*c2+c4 >= 0
39    1    0   32    0   -1    0    0    0   31    ## 32*c2-c4+31 >= 0
40    0    0    0   -1    0    0    0    0    0    ## c3 == 0
41    0    0    0    0   -1    0    1    0    0    ## c4 == i
42    0    0    0    0    0   -1    0    0    0    ## c5 == 0
44 # ----------------------------------------------  1.3 Access
45 WRITE
46 2 6 2 1 0 1
47 # e/i| Arr  [1]|  i |  N |  1  
48    0   -1    0    0    0    3    ## Arr == a
49    0    0   -1    1    0    0    ## [1] == i
51 # ----------------------------------------------  1.4 Statement Extensions
52 # Number of Statement Extensions
54 <body>
55 # Number of original iterators
57 # List of original iterators
59 # Statement body expression
60 a[i] = 0;
61 </body>
63 # =============================================== Extensions
64 <scatnames>
65 __b0 __ii0 b0 i b1
66 </scatnames>
68 <arrays>
69 # Number of arrays
71 # Mapping array-identifiers/array-names
72 1 i
73 2 N
74 3 a
75 </arrays>
77 <coordinates>
78 # File name
79 ./unitary/stripmine_loop1.c
80 # Starting line and column
81 2 0
82 # Ending line and column
83 8 0
84 # Indentation
86 </coordinates>
88 </OpenScop>