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
/
loop_nest.s
blob
563913b32056911bb1042d0aeec5e725c7d2e204
1
.globl main
2
main
:
3
jmp
a
4
b
:
5
callq foo
6
a
:
7
jle
b
8
9
.globl foo
10
foo
:
11
jmp d
12
e
:
13
je f
14
cmpl
$
1
,
g
15
f
:
16
jmp j
17
h
:
18
cmpl
$
1
,
0
19
j
:
20
jle h
21
g
:
22
cmpl
$
1
,
0
23
d
:
24
jle e
25
i
:
26
retq
27
# FDATA: 1 foo #i# 1 main #a# 0 1