Use simplify_using_context_assign to implement domain_simplify.
[cloog-ppl.git] / test / mode.c.ppl
blob359d1fc73363153407e8dcd4a9a4e3c996098353
1 /* Generated from ./mode.cloog by CLooG 0.15 64 bits in 0.03s. */
2 if ((M >= N) && (N >= 0)) {
3   for (j=0;j<=N;j++) {
4     S1(i = N) ;
5     S2(i = N) ;
6   }
8 if (N >= 0) {
9   for (i=N+1;i<=M;i++) {
10     for (j=0;j<=N;j++) {
11       S1 ;
12       S2 ;
13     }
14     for (j=N+1;j<=i;j++) {
15       S1 ;
16     }
17   }
19 for (i=0;i<=min(M,N-1);i++) {
20   for (j=0;j<=i;j++) {
21     S1 ;
22     S2 ;
23   }
24   for (j=i+1;j<=N;j++) {
25     S2 ;
26   }
28 if (N <= -1) {
29   for (i=0;i<=M;i++) {
30     for (j=0;j<=i;j++) {
31       S1 ;
32     }
33   }