summaryrefslogtreecommitdiff
path: root/cloog-core/test/reservoir/lim-lam5.c
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-core/test/reservoir/lim-lam5.c')
-rw-r--r--cloog-core/test/reservoir/lim-lam5.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/cloog-core/test/reservoir/lim-lam5.c b/cloog-core/test/reservoir/lim-lam5.c
new file mode 100644
index 0000000..e6b0a57
--- /dev/null
+++ b/cloog-core/test/reservoir/lim-lam5.c
@@ -0,0 +1,18 @@
+/* Generated from ../../../git/cloog/test/./reservoir/lim-lam5.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
+if (M >= 1) {
+ for (c2=1;c2<=M;c2++) {
+ for (c4=1;c4<=M;c4++) {
+ S1(c2,c4) ;
+ }
+ }
+ for (c2=1;c2<=M;c2++) {
+ for (c4=1;c4<=M;c4++) {
+ S2(c2,c4) ;
+ }
+ }
+ for (c2=1;c2<=M;c2++) {
+ for (c4=1;c4<=M;c4++) {
+ S3(c2,c4) ;
+ }
+ }
+}