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
add support for generating ASTs from schedule relations
[isl.git]
/
test_inputs
/
codegen
/
unroll2.c
blob
7ae38be1cb107e223a92e22b2ea4025ef78c107c
1
{
2
A
(
0
);
3
A
(
1
);
4
A
(
2
);
5
A
(
3
);
6
for
(
int
c0
=
4
;
c0
<=
99996
;
c0
+=
1
)
7
A
(
c0
);
8
A
(
99997
);
9
A
(
99998
);
10
A
(
99999
);
11
}