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
/
cloog
/
square+triangle-1-1-2-3.c
blob
316213f18f1e372a852d3a2491ff26b2503e7521
1
for
(
int
c0
=
1
;
c0
<=
M
;
c0
+=
1
) {
2
S1
(
c0
,
1
);
3
for
(
int
c1
=
2
;
c1
<=
c0
;
c1
+=
1
) {
4
S1
(
c0
,
c1
);
5
S2
(
c0
,
c1
);
6
}
7
for
(
int
c1
=
c0
+
1
;
c1
<=
M
;
c1
+=
1
)
8
S1
(
c0
,
c1
);
9
}