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
isl_aff_gist: add missing isl_vec_cow
[isl.git]
/
test_inputs
/
codegen
/
cloog
/
reservoir-fusion1.c
blob
201ffee0bc3ce426816ce9c8d15f28e9d8d43a59
1
{
2
for
(
int
c1
=
0
;
c1
<=
M
;
c1
+=
1
)
3
S1
(
c1
);
4
for
(
int
c1
=
1
;
c1
<=
M
;
c1
+=
1
)
5
S2
(
c1
);
6
for
(
int
c1
=
0
;
c1
<=
M
;
c1
+=
1
)
7
S3
(
c1
);
8
}