buildtools/cloog/test/constbound.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

14 lines
336 B
C

/* Generated from /home/skimo/git/cloog/test/constbound.cloog by CLooG 0.14.0-170-g72daac3 gmp bits in 0.01s. */
for (t0=0;t0<=199;t0++) {
for (t2=50*t0;t2<=50*t0+24;t2++) {
for (t3=0;t3<=t2;t3++) {
S1(t0,t2,t3);
}
}
for (t2=50*t0+25;t2<=50*t0+49;t2++) {
for (t3=0;t3<=t2;t3++) {
S2(t0,t2,t3);
}
}
}