summaryrefslogtreecommitdiff
path: root/test/youcefn.cloog
diff options
context:
space:
mode:
Diffstat (limited to 'test/youcefn.cloog')
-rw-r--r--test/youcefn.cloog49
1 files changed, 0 insertions, 49 deletions
diff --git a/test/youcefn.cloog b/test/youcefn.cloog
deleted file mode 100644
index 3b7c0e1..0000000
--- a/test/youcefn.cloog
+++ /dev/null
@@ -1,49 +0,0 @@
-# Optimal code is in fact :
-#
-# for (i=0;i<=M;i++) {
-# S1 ;
-# for (j=0;j<=N;j++) {
-# S2 ;
-# }
-# S3 ;
-# }
-
-# language: C
-c
-
-# parameters {n, m | n>=2 m>=n}
-2 4
-1 1 0 -2
-1 -1 1 0
-1
-n m
-
-3 # Number of statements
-
-1
-# {i | 0<=i<=n i==j}
-3 6
-1 1 0 0 0 -1
-1 -1 0 1 0 0
-0 1 -1 0 0 0
-0 0 0
-
-1
-# {i | 0<=i<=n i<=j<=n}
-4 6
-1 1 0 0 0 -1
-1 -1 0 1 0 0
-1 -1 1 0 0 0
-1 0 -1 1 0 0
-0 0 0
-
-1
-# {i | 0<=i<=m j==n}
-3 6
-1 1 0 0 0 -1
-1 -1 0 0 1 0
-0 0 1 -1 0 0
-0 0 0
-0
-
-0 # Scattering functions