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
/
RISCV
/
reloc-rvc-jump.s
blob
21b10bab09c7cdf82996a6ad3923417f1d32939b
1
//
RUN
: %
clang
%
cflags
-
o
%
t
%
s
2
//
RUN
:
llvm-bolt
--
print-cfg
--
print-only
=
_start
-
o
/
dev
/
null
%
t
\
3
//
RUN
:
| FileCheck
%
s
4
5
.text
6
.globl _start
7
.p2align 1
8
//
CHECK
:
Binary Function
"_start"
after building cfg
{
9
_start
:
10
//
CHECK
:
j
.Ltmp0
11
c.j
1
f
12
nop
13
//
CHECK
:
.Ltmp0
14
1
:
15
ret
16
.size _start, .-_start