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
/
uday_scalars.c
blob
d8002a86d86519c185cde498dc49920c205b3cb9
1
{
2
for
(
int
c2
=
0
;
c2
<=
n
;
c2
+=
1
)
3
S1
(
c2
,
0
,
0
);
4
for
(
int
c2
=
0
;
c2
<=
n
;
c2
+=
1
)
5
S2
(
0
,
c2
,
0
);
6
}