First commit : 0.14.0 version (with roadmap in doc instead of
[cloog.git] / test / non_optimal / youcef.cloog
blob297bf79c016d425549f84516cac71216b89308b4
1 # Optimal code is in fact :
2
3 # for (i=0;i<=M;i++) {
4 #   S1 ;
5 #   for (j=0;j<=N;j++) {
6 #     S2 ;
7 #   }
8 #   S3 ;
9 # }
11 # language: C
14 # parameters {M, N | M>=1 N >=1}
15 0 2
18 3 # Number of statements
21 # {i | 0<=i<=5 i==j}
22 3 4
23 1  1  0  0
24 1 -1  0  5
25 0  1 -1  0
26 0  0  0
29 # {i | 0<=i<=5 i<=j<=5}
30 4 4
31 1  1  0  0
32 1 -1  0  5
33 1 -1  1  0
34 1  0 -1  5
35 0  0  0
38 # {i | 0<=i<=5 j==5}
39 3 4
40 1  1  0  0
41 1 -1  0  5
42 0  0  1 -5
43 0  0  0
46 0 # Scattering functions