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_ast_build_expr.c: extract_modulo: assume input is integer expression
[isl.git]
/
test_inputs
/
codegen
/
cloog
/
stride2.c
blob
c56af8e749e06fc37d91a412fcfcc6148768bb29
1
{
2
for
(
int
c0
=
3
;
c0
<=
26
;
c0
+=
3
)
3
S2
(
c0
,
c0
/
3
);
4
S1
(
27
);
5
S2
(
27
,
9
);
6
for
(
int
c0
=
30
;
c0
<=
100
;
c0
+=
3
)
7
S2
(
c0
,
c0
/
3
);
8
}