For each polyhedral lib backend, add an expected output for each testcase.
[cloog-ppl.git] / test / reservoir / fusion2.c.ppl
blob1357f61d0b3a3766fb42d9cfc006c21e4a4038b4
1 /* Generated from fusion2.cloog by CLooG v0.14.0 64 bits in 0.00s. */
2 /* CLooG asked for 160 KBytes. */
3 if ((M >= 1) && (N >= 1)) {
4   for (c4=1;c4<=M;c4++) {
5     S1(i = 1,j = c4) ;
6   }
8 if (M >= 1) {
9   for (c2=2;c2<=N;c2++) {
10     for (c4=1;c4<=M;c4++) {
11       i = c2-1 ;
12       S2(j = c4) ;
13     }
14     for (c4=1;c4<=M;c4++) {
15       S1(i = c2,j = c4) ;
16     }
17   }
19 if ((M >= 1) && (N >= 1)) {
20   c2 = N+1 ;
21   for (c4=1;c4<=M;c4++) {
22     S2(i = N,j = c4) ;
23   }