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-wdr.s
blob
fdded7cca1047b0c0b39043e93667a604d0f2434
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
wdr
8
9
; CHECK
:
wdr ; encoding
: [
0xa8
,
0x95
]
10
11
; CHECK-INST
:
wdr