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
/
forwardsub-1-1-2.c
blob
45fe75ef3727c664a06d432140fb226bf6caa7a5
1
{
2
S3
(
1
,
1
);
3
for
(
int
c0
=
2
;
c0
<=
M
;
c0
+=
1
) {
4
S1
(
c0
,
1
);
5
for
(
int
c1
=
2
;
c1
<
c0
;
c1
+=
1
)
6
S2
(
c0
,
c1
);
7
S4
(
c0
,
c0
);
8
}
9
}