summaryrefslogtreecommitdiff
path: root/test/tiling2.cloog
diff options
context:
space:
mode:
authorHyungKyu Song <hk76.song@samsung.com>2013-02-16 00:43:14 +0900
committerHyungKyu Song <hk76.song@samsung.com>2013-02-16 00:43:14 +0900
commit428c6fc77d11887d9ee4b3d637f719cb96b9cfe7 (patch)
tree6ff26e952291853d4481820a510dbf5e8d370cd5 /test/tiling2.cloog
parent29a00e8ce531e1686523d3cd7923d322375ec7e8 (diff)
downloadcloog-tizen_2.0.tar.gz
cloog-tizen_2.0.tar.bz2
cloog-tizen_2.0.zip
Diffstat (limited to 'test/tiling2.cloog')
-rw-r--r--test/tiling2.cloog32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/tiling2.cloog b/test/tiling2.cloog
new file mode 100644
index 0000000..00c9cef
--- /dev/null
+++ b/test/tiling2.cloog
@@ -0,0 +1,32 @@
+# language: C
+c
+
+# parameter {n | n>= 0}
+1 3
+# n 1
+1 1 0
+1
+n
+
+1 # Number of statements:
+
+1
+# {ii, i, j | t*ii<=i<=t*ii+t-1 0<=i<=n 0<=j<=n}
+6 6
+# ii i j n 1
+1 0 1 0 0 0
+1 0 -1 0 1 0
+1 0 0 1 0 0
+1 0 0 -1 1 0
+1 3 -2 -1 0 2
+1 -3 2 1 0 0
+0 0 0
+1
+ii i j
+
+0 # Scattering functions
+
+1 7
+# c1 ii i j n 1
+0 1 -1 -2 0 0 0
+0