summaryrefslogtreecommitdiff
path: root/test/youcefn.cloog
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-09-09 02:18:21 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-09-09 02:18:21 +0900
commit40ef93558be42b604f5eb912414f767972a70b8c (patch)
treedd3a18995e2d72f452f3804d87b8a205f0f0a936 /test/youcefn.cloog
parenteea72ec0021ec2c1c84631af37435123c063eaf1 (diff)
downloadcloog-tizen_2.3.1.tar.gz
cloog-tizen_2.3.1.tar.bz2
cloog-tizen_2.3.1.zip
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