First commit : 0.14.0 version (with roadmap in doc instead of
[cloog.git] / test / non_optimal / nul_complex1.cloog
blob4b4d45a85f641a29e5e80c4712eb0ca30d9ec15d
1 # Optimal code is in fact :
3 # for (i=0;i<=M;i+=2) {
4 #   S1 ;
5 # }
6  
7 # language: C
10 # parameter n
11 1 3
12 #  n  1
13 1  0  1
17 1 # Number of statements
20 # {i | 0<=i<=n}
21 4 5
22 #  i  j  n  1
23 1  1  0  0  0
24 1 -1  0  1  0
25 1  0  1  0  0
26 1  0 -1  1  0
27 0  0  0
30 1 # Scattering functions
32 2 7
33 # c1 c2  i  j  n  1
34 0  1  0 -2 -3  0  0 
35 0  0  1 -2 -2  0  0