For each polyhedral lib backend, add an expected output for each testcase.
[cloog-ppl.git] / test / wavefront.c.polylib
blob2e54be9853baf0f4a951323a5e51ad6997d92d0a
1 /* Generated from ./test/wavefront.cloog by CLooG v0.14.0 64 bits in 0.00s. */
2 /* CLooG asked for 168 KBytes. */
3 if ((n >= 1) && (m >= 1)) {
4   for (c1=2;c1<=n+m;c1++) {
5     for (c2=max(1,c1-m);c2<=min(n,c1-1);c2++) {
6       j = c1-c2 ;
7       S1(i = c2) ;
8     }
9   }