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
/
bilinear.c
blob
8b123e1c1d0076f8f3253dd0c3208603d75cb422
1
if
(
d
<= -
1
) {
2
for
(
int
c0
=
0
;
c0
< -(-
d
%
2
) -
d
+
w
;
c0
+=
1
) {
3
A
(
c0
);
4
B
(
c0
);
5
}
6
}
else
{
7
for
(
int
c0
=
0
;
c0
< (
d
%
2
) -
d
+
w
;
c0
+=
1
)
8
A
(
c0
);
9
}