repo.or.cz
/
cloog-ppl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Regenerate config files.
[cloog-ppl.git]
/
test
/
non_optimal
/
nul_complex1.cloog
blob
4b4d45a85f641a29e5e80c4712eb0ca30d9ec15d
1
# Optimal code is in fact :
2
#
3
# for (i=0;i<=M;i+=2) {
4
# S1 ;
5
# }
6
7
# language: C
8
c
9
10
# parameter n
11
1 3
12
# n 1
13
1 0 1
14
1
15
n
16
17
1 # Number of statements
18
19
1
20
# {i | 0<=i<=n}
21
4 5
22
# i j n 1
23
1 1 0 0 0
24
1 -1 0 1 0
25
1 0 1 0 0
26
1 0 -1 1 0
27
0 0 0
28
0
29
30
1 # Scattering functions
31
32
2 7
33
# c1 c2 i j n 1
34
0 1 0 -2 -3 0 0
35
0 0 1 -2 -2 0 0
36
37
0