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
remove ppl vs polylib check.
[cloog-ppl.git]
/
test
/
iftest2.c.ppl
blob
9f3cbbc0056218a04b6b240fc0906f6520c06df6
1
/* Generated from ./test/iftest2.cloog by CLooG v0.14.0 64 bits in 0.00s. */
2
/* CLooG asked for 168 KBytes. */
3
if (M >= 1) {
4
for (i=1;i<=N;i++) {
5
for (j=1;j<=M;j++) {
6
if (i <= 2*M) {
7
S1 ;
8
}
9
if (i >= max(M,2*M+1)) {
10
S1 ;
11
}
12
}
13
}
14
}