diff options
Diffstat (limited to 'cloog-core/test/donotsimp.cloog')
-rw-r--r-- | cloog-core/test/donotsimp.cloog | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/cloog-core/test/donotsimp.cloog b/cloog-core/test/donotsimp.cloog new file mode 100644 index 0000000..6450917 --- /dev/null +++ b/cloog-core/test/donotsimp.cloog @@ -0,0 +1,54 @@ +# Language +c + +# Context + +# {n>=20} + 1 3 + 1 1 -20 +0 + +# Number of statments +2 + +1 +# {i,j | 0<=i<=10 1<=j<=i} + + 4 5 + 1 1 0 0 -1 + 1 -1 0 0 10 + 1 0 1 0 -1 + 1 1 -1 0 0 +0 0 0 + +1 +# {i,j | 0<=i<=10 11<=j<=n} + + 4 5 + 1 1 0 0 -1 + 1 -1 0 0 10 + 1 0 1 0 -11 + 1 0 -1 1 0 +0 0 0 + +0 +# Scattering functions +2 + + 5 10 + 0 1 0 0 0 0 0 0 0 0 + 0 0 1 0 0 0 -1 0 0 0 + 0 0 0 1 0 0 0 0 0 0 + 0 0 0 0 1 0 0 -1 0 0 + 0 0 0 0 0 1 0 0 0 0 + + 5 10 + 0 1 0 0 0 0 0 0 0 0 + 0 0 1 0 0 0 -1 0 0 0 + 0 0 0 1 0 0 0 0 0 0 + 0 0 0 0 1 0 0 -1 0 0 + 0 0 0 0 0 1 0 0 0 0 + + +0 + |