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_codegen: skip explicit printing of outermost block by default
[isl.git]
/
test_inputs
/
codegen
/
omega
/
stride2-0.c
blob
0a7e8e7464dc54a7e2999521a1804079ec62cbc5
1
for
(
int
c0
=
0
;
c0
<=
n
;
c0
+=
32
)
2
for
(
int
c1
=
c0
;
c1
<=
min
(
n
,
c0
+
31
);
c1
+=
1
)
3
s0
(
c0
,
c1
);