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_bug.s
blob
19eeb7bd59f635c8fb4d74fc50262c65d107205c
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
movsd
8
(%
rdi
), %
xmm0
15
ucomisd
8
(%
rsi
), %
xmm0
16
jp
.Lend
17
jne
.Lend
18
jmp foo
19
.Lend:
20
xorl
%
eax
, %
eax
21
retq
22
23
.cfi_endproc
24
.size main, .-main
25