diff options
Diffstat (limited to 'test/reservoir/lim-lam5.c.polylib')
-rw-r--r-- | test/reservoir/lim-lam5.c.polylib | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/reservoir/lim-lam5.c.polylib b/test/reservoir/lim-lam5.c.polylib new file mode 100644 index 0000000..01b43cf --- /dev/null +++ b/test/reservoir/lim-lam5.c.polylib @@ -0,0 +1,17 @@ +/* Generated from lim-lam5.cloog by CLooG v0.14.0 64 bits in 0.00s. */ +/* CLooG asked for 160 KBytes. */ +for (c2=1;c2<=M;c2++) { + for (c4=1;c4<=M;c4++) { + S1(i = c2,j = c4) ; + } +} +for (c2=1;c2<=M;c2++) { + for (c4=1;c4<=M;c4++) { + S2(i = c2,j = c4) ; + } +} +for (c2=1;c2<=M;c2++) { + for (c4=1;c4<=M;c4++) { + S3(i = c2,j = c4) ; + } +} |