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
For each polyhedral lib backend, add an expected output for each testcase.
[cloog-ppl.git]
/
test
/
reservoir
/
bastoul3.c.ppl
blob
254eeea9c3b2541071863b59438c34e744fcbd92
1
/* Generated from test/reservoir/bastoul3.cloog by CLooG v0.14.0 gmp bits in 0.00s. */
2
/* CLooG asked for 60 KBytes. */
3
for (i=3;i<=9;i++) {
4
for (j=max(1,i-6);j<=min(i-2,3);j++) {
5
if ((i+j)%2 == 0) {
6
k = (i-j)/2 ;
7
S1 ;
8
}
9
}
10
}