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

28 lines
604 B
C

/* Generated from ../../../git/cloog/test/vasilache.cloog by CLooG 0.14.0-162-g1e599e0 gmp bits in 0.03s. */
S1();
S2();
for (p1=0;p1<=N-1;p1++) {
for (p3=0;p3<=N-1;p3++) {
S4(p1,p3);
S5(p1,p3);
}
}
for (p1=0;p1<=N-1;p1++) {
for (p3=0;p3<=N-1;p3++) {
for (p5=0;p5<=floord(N-1,32);p5++) {
S7(p1,p3,p5,32*p5);
for (p7=32*p5+1;p7<=min(N-1,32*p5+31);p7++) {
S6(p1,p3,p5,p7-1);
S7(p1,p3,p5,p7);
}
if (p5 <= floord(N-33,32)) {
S6(p1,p3,p5,32*p5+31);
}
if (p5 >= ceild(N-32,32)) {
S6(p1,p3,p5,N-1);
}
}
}
}
S8();