buildtools/cloog/test/gesced2.c
Jerome Duval 5873a060ca imported PPL 0.11.1 and CLooG 0.18.0.
* these are dependencies for gcc 4 Graphite engine build.
* CLooG 0.18.0 includes ISL 0.11.1 which is the backend that the build script enables.
* PPL is needed by GCC build even if it isn't the chosen backend.
2013-04-06 15:10:34 +02:00

27 lines
526 B
C

/* Generated from /home/skimo/git/cloog/test/gesced2.cloog by CLooG 0.14.0-284-ga90f184 gmp bits in 0.03s. */
for (c1=1;c1<=4;c1++) {
for (c2=5;c2<=M-10;c2++) {
S1(c1,c2);
}
}
for (c1=5;c1<=M-10;c1++) {
for (c2=-c1+1;c2<=4;c2++) {
S2(c1+c2,c1);
}
for (c2=5;c2<=min(M-10,-c1+M);c2++) {
S1(c1,c2);
S2(c1+c2,c1);
}
for (c2=-c1+M+1;c2<=M-10;c2++) {
S1(c1,c2);
}
for (c2=M-9;c2<=-c1+M;c2++) {
S2(c1+c2,c1);
}
}
for (c1=M-9;c1<=M;c1++) {
for (c2=5;c2<=M-10;c2++) {
S1(c1,c2);
}
}