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
/
relaxed_tc.s
blob
75055fb82fd1fadf079bcdbcb2c76b93c360f07f
1
.globl main
2
.type main, %function
3
main
:
4
pushq
%
rax
5
callq foo
6
movl $
0x1
, %
eax
7
popq
%
rdx
8
retq
9
.size main, .-main
10
11
.globl foo
12
.type foo, %function
13
foo
:
14
jmp bar
15
.size foo, .-foo
16
17
.globl bar
18
.type bar, %function
19
bar
:
20
retq
21
.size bar, .-bar