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_test: avoid use of band forests
[isl.git]
/
test_inputs
/
codegen
/
omega
/
chosol-1.c
blob
464ee49349901e2be4af80b7960c2765ed7deaf9
1
{
2
for
(
int
c1
=
2
;
c1
<=
n
;
c1
+=
1
)
3
s0
(
c1
);
4
for
(
int
c1
=
1
;
c1
<
n
;
c1
+=
1
) {
5
for
(
int
c3
=
c1
+
1
;
c3
<=
n
;
c3
+=
1
)
6
s1
(
c3
,
c1
);
7
s2
(
c1
+
1
);
8
}
9
}