Support for osl statement_extensions
[clay.git] / tests / must_fail / reverse_overflow_loop.c.orig.scop
blob01aaeaa40a5e7fef4d0776aa9b05818083d056b1
1 [Clan] Info: parsing file #1 (./must_fail/reverse_overflow_loop.c)
2 #                                                     
3 #          <|                                         
4 #           A                                         
5 #          /.\                                       
6 #     <|  [""M#                                     
7 #      A   | #            Clan McCloog Castle         
8 #     /.\ [""M#           [Generated by Clan 0.7.1]
9 #    [""M# | #  U"U#U                              
10 #     | #  | #  \ .:/                                
11 #     | #  | #___| #                                  
12 #     | "--'     .-"                                
13 #   |"-"-"-"-"-#-#-##                            
14 #   |     # ## ######                                 
15 #    \       .::::'/                                 
16 #     \      ::::'/                                  
17 #   :8a|    # # ##                                    
18 #   ::88a      ###                                    
19 #  ::::888a  8a ##::.                                 
20 #  ::::::888a88a[]::::                                
21 # :::::::::SUNDOGa8a::::. ..                          
22 # :::::8::::888:Y8888:::::::::...                     
23 #::':::88::::888::Y88a______________________________________________________
24 #:: ::::88a::::88a:Y88a                                  __---__-- __
25 #' .: ::Y88a:::::8a:Y88a                            __----_-- -------_-__
26 #  :' ::::8P::::::::::88aa.                   _ _- --  --_ --- __  --- __--
27 #.::  :::::::::::::::::::Y88as88a...s88aa.
29 # [File generated by the OpenScop Library 0.8.4]
31 <OpenScop>
33 # =============================================== Global
34 # Language
37 # Context
38 CONTEXT
39 0 3 0 0 0 1
41 # Parameters are provided
43 <strings>
45 </strings>
47 # Number of statements
50 # =============================================== Statement 1
51 # Number of relations describing the statement:
54 # ----------------------------------------------  1.1 Domain
55 DOMAIN
56 3 4 1 0 0 1
57 # e/i|  i |  N |  1  
58    1    1    0    0    ## i >= 0
59    1   -1    1    0    ## -i+N >= 0
60    1    0    1    0    ## N >= 0
62 # ----------------------------------------------  1.2 Scattering
63 SCATTERING
64 3 7 3 1 0 1
65 # e/i| c1   c2   c3 |  i |  N |  1  
66    0   -1    0    0    0    0    0    ## c1 == 0
67    0    0   -1    0    1    0    0    ## c2 == i
68    0    0    0   -1    0    0    0    ## c3 == 0
70 # ----------------------------------------------  1.3 Access
71 WRITE
72 1 5 1 1 0 1
73 # e/i| Arr|  i |  N |  1  
74    0   -1    0    0    3    ## Arr == a
76 # ----------------------------------------------  1.4 Statement Extensions
77 # Number of Statement Extensions
79 <body>
80 # Number of original iterators
82 # List of original iterators
84 # Statement body expression
85 a = 0;
86 </body>
88 <extbody>
89 # Number of accesses
91 # Access coordinates (start/length)
92 0 1
93 # Number of original iterators
95 # List of original iterators
97 # Statement body expression
98 a = 0;
99 </extbody>
101 # =============================================== Extensions
102 <scatnames>
103 b0 i b1
104 </scatnames>
106 <arrays>
107 # Number of arrays
109 # Mapping array-identifiers/array-names
110 1 i
111 2 N
112 3 a
113 </arrays>
115 <coordinates>
116 # File name
117 ./must_fail/reverse_overflow_loop.c
118 # Starting line and column
119 2 0
120 # Ending line and column
121 8 0
122 # Indentation
124 </coordinates>
126 <clay>
127    reverse([0], 2);
128 </clay>
130 </OpenScop>