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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
bolt
/
test
/
X86
/
Inputs
/
jmp_opt.cpp
blob
cd6d53c3567c90c1a1cd1d6cceedb880dbb5eb56
1
int
g
();
2
3
int
main
() {
4
int
x
=
g
();
5
int
y
=
x
*
x
;
6
return
y
;
7
}