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
[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git]
/
polly
/
lib
/
External
/
isl
/
test_inputs
/
codegen
/
stride5.c
blob
5954439dd364d2682a360dfe3d587e1bb45153a4
1
if
(
n
%
2
==
0
)
2
for
(
int
c0
= (-
n
/
2
) +
2
*
floord
(
n
-
1
,
4
) +
2
;
c0
<=
100
;
c0
+=
2
)
3
S
(
c0
);