For each polyhedral lib backend, add an expected output for each testcase.
[cloog-ppl.git] / test / reservoir / pingali6.c.polylib
blob120f9aac88f6edb5bc4385f107852a5b61f40fc5
1 /* Generated from ./reservoir/pingali6.cloog by CLooG v0.14.0 gmp bits in 0.04s. */
2 /* CLooG asked for 212 KBytes. */
3 if (N >= 3) {
4   for (c4=2;c4<=N-1;c4++) {
5     for (c6=2;c6<=N-1;c6++) {
6       S1(i = 1,j = c4,k = c6) ;
7     }
8   }
10 if (N >= 3) {
11   for (c2=3;c2<=2*M;c2++) {
12     for (c4=2;c4<=N-1;c4++) {
13       for (c6=2;c6<=N-1;c6++) {
14         if (c2%2 == 0) {
15           S1(i = c2/2,j = c4,k = c6) ;
16         }
17       }
18     }
19     for (c4=2;c4<=N-1;c4++) {
20       for (c6=2;c6<=N-1;c6++) {
21         if ((c2+1)%2 == 0) {
22           i = (c2-1)/2 ;
23           S2(j = c4,k = c6) ;
24         }
25       }
26     }
27   }
29 if (N >= 3) {
30   c2 = 2*M+1 ;
31   for (c4=2;c4<=N-1;c4++) {
32     for (c6=2;c6<=N-1;c6++) {
33       S2(i = M,j = c4,k = c6) ;
34     }
35   }