diff options
Diffstat (limited to 'test/reservoir/fusion2.c.ppl')
-rw-r--r-- | test/reservoir/fusion2.c.ppl | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/reservoir/fusion2.c.ppl b/test/reservoir/fusion2.c.ppl new file mode 100644 index 0000000..fe2937c --- /dev/null +++ b/test/reservoir/fusion2.c.ppl @@ -0,0 +1,23 @@ +/* Generated from ././reservoir/fusion2.cloog by CLooG 0.15 64 bits in 0.01s. */ +if ((M >= 1) && (N >= 1)) { + for (c4=1;c4<=M;c4++) { + S1(i = 1,j = c4) ; + } +} +if (M >= 1) { + for (c2=2;c2<=N;c2++) { + for (c4=1;c4<=M;c4++) { + i = c2-1 ; + S2(j = c4) ; + } + for (c4=1;c4<=M;c4++) { + S1(i = c2,j = c4) ; + } + } +} +if ((M >= 1) && (N >= 1)) { + c2 = N+1 ; + for (c4=1;c4<=M;c4++) { + S2(i = N,j = c4) ; + } +} |