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_codegen.c: generate_component: handle non-obviously fixed values
[isl.git]
/
test_inputs
/
codegen
/
omega
/
basics-1.c
blob
21a6f8efcd9432ef408c13af4cb4f26f3508716e
1
for
(
int
c0
= -
9
;
c0
<=
9
;
c0
+=
1
)
2
for
(
int
c1
=
max
(-
c0
+
1
,
1
);
c1
<=
min
(-
c0
+
10
,
10
);
c1
+=
1
)
3
s0
(
c0
,
c1
);