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
/
union.c
blob
6dc0a9b877fc1f8529ba7b728d1a26a1f327e6ec
1
if
(
M
>=
11
) {
2
for
(
int
c0
= -
100
;
c0
<=
0
;
c0
+=
1
)
3
S1
(-
c0
);
4
}
else
5
for
(
int
c0
=
0
;
c0
<=
100
;
c0
+=
1
)
6
S1
(
c0
);