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
[AMDGPU] Test codegen'ing True16 additions.
[llvm-project.git]
/
polly
/
lib
/
External
/
isl
/
test_inputs
/
codegen
/
pldi2012
/
figure8_b.c
blob
95098f23c21785010c68c36a569c037c3c3844c9
1
for
(
int
c0
=
2
;
c0
<
n
-
1
;
c0
+=
4
) {
2
s1
(
c0
);
3
s0
(
c0
+
2
);
4
}
5
if
(
n
>=
1
&&
n
%
4
>=
2
)
6
s1
(-(
n
%
4
) +
n
+
2
);