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
Use simplify_using_context_assign to implement domain_simplify.
[cloog-ppl.git]
/
test
/
forwardsub-3-1-2.c.ppl
blob
236b3cb911426c545fe2db6b5ef2b02e43fafea3
1
/* Generated from ./forwardsub-3-1-2.cloog by CLooG 0.15 64 bits in 0.04s. */
2
S3(i = 2,j = 1) ;
3
S1(i = 3,j = 1) ;
4
S1(i = 4,j = 1) ;
5
S4(i = 4,j = 2) ;
6
for (i=5;i<=M+1;i++) {
7
S1(j = 1) ;
8
for (j=2;j<=floord(i-1,2);j++) {
9
S2 ;
10
}
11
if (i%2 == 0) {
12
S4(j = i/2) ;
13
}
14
}
15
for (i=M+2;i<=2*M-1;i++) {
16
for (j=i-M;j<=floord(i-1,2);j++) {
17
S2 ;
18
}
19
if (i%2 == 0) {
20
S4(j = i/2) ;
21
}
22
}
23
if (M >= 3) {
24
i = 2*M ;
25
S4(j = M) ;
26
}