repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][tensor] fix typo in pad tiling comment
[llvm-project.git]
/
polly
/
lib
/
External
/
isl
/
test_inputs
/
codegen
/
cloog
/
unroll2.c
blob
58f2705c8522328af93eca33cd0ccabee0d20436
1
if
(
n
>= -
1
&&
n
<=
9
) {
2
if
(
n
>=
0
)
3
S1
(
n
);
4
S1
(
n
+
1
);
5
}