For each polyhedral lib backend, add an expected output for each testcase.
[cloog-ppl.git] / test / reservoir / pingali1.c.polylib
blob67fa49d1fac3c7dc4f00de400e7562e616c13bb0
1 /* Generated from pingali1.cloog by CLooG v0.14.0 64 bits in 0.01s. */
2 /* CLooG asked for 160 KBytes. */
3 if (N >= 2) {
4   for (c2=1;c2<=M;c2++) {
5     for (c4=1;c4<=2;c4++) {
6       if ((c4+1)%2 == 0) {
7         j = (c4+1)/2 ;
8         S2(i = c2) ;
9       }
10     }
11     for (c4=3;c4<=2*N-1;c4++) {
12       for (c6=max(1,c4-N);c6<=floord(c4-1,2);c6++) {
13         j = c4-c6 ;
14         S1(i = c2,k = c6) ;
15       }
16       if ((c4+1)%2 == 0) {
17         j = (c4+1)/2 ;
18         S2(i = c2) ;
19       }
20     }
21   }
23 if (N == 1) {
24   for (c2=1;c2<=M;c2++) {
25     S2(i = c2,j = 1) ;
26   }