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]
/
llvm
/
test
/
MC
/
AVR
/
inst-ret.s
blob
92b1e30118618d82545d03e8cf35654c235e8879
1
; RUN
:
llvm-mc
-
triple avr
-
show-encoding
< %
s | FileCheck
%
s
2
; RUN
:
llvm-mc
-
filetype
=
obj
-
triple avr
< %
s | llvm-objdump
-
d
-
| FileCheck
--
check-prefix
=
CHECK-INST
%
s
3
4
5
foo
:
6
7
ret
8
9
; CHECK
:
ret ; encoding
: [
0x08
,
0x95
]
10
11
; CHECK-INST
:
ret