repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add faber test case from CLooG
[isl.git]
/
test_inputs
/
codegen
/
cloog
/
reservoir-lim-lam1.c
blob
d8a80d6636357753fc1336b64092f0a91dcf2932
1
for
(
int
c1
= -
99
;
c1
<=
100
;
c1
+=
1
) {
2
if
(
c1
<=
0
)
3
S1
(
1
, -
c1
+
1
);
4
for
(
int
c3
=
max
(
1
, -
2
*
c1
+
3
);
c3
<=
min
(
199
, -
2
*
c1
+
199
);
c3
+=
2
) {
5
S2
(((
c3
-
1
) /
2
) +
c1
, (
c3
+
1
) /
2
);
6
S1
(((
c3
+
1
) /
2
) +
c1
, (
c3
+
1
) /
2
);
7
}
8
if
(
c1
>=
1
)
9
S2
(
100
, -
c1
+
101
);
10
}