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
/
sctc_bug3.s
blob
b17d2f5f0e8e13b68a0650edfd60e1b28357a63c
1
.text
2
3
.globl foo
4
.type foo, @function
5
foo
:
6
ret
7
.size foo, .-foo
8
9
.globl main
10
.type main, @function
11
main
:
12
.cfi_startproc
13
14
cmp
%
rdi
,
0
15
.L1:
16
jmp foo
17
je
.L1
18
retq
19
20
.cfi_endproc
21
.size main, .-main