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-2-1-2-3.c
blob
cfc3e7d7bea371c454e7bc43270616a31748896f
1
{
2
S3
(
1
,
0
);
3
for
(
int
c2
=
2
;
c2
<=
M
;
c2
+=
1
)
4
S1
(
1
,
1
,
c2
);
5
for
(
int
c0
=
2
;
c0
<=
M
;
c0
+=
1
) {
6
S4
(
c0
,
0
);
7
for
(
int
c2
=
c0
+
1
;
c2
<=
M
;
c2
+=
1
)
8
S2
(
c0
,
1
,
c2
);
9
}
10
}