repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-complete.git]
/
test
/
MC
/
Disassembler
/
ARM
/
unpredictable-BFI.txt
blob
a98f859c4c66a90a470ce6a8862ae3c9a53896f1
1
# RUN: llvm-mc --disassemble %s -triple=arm-apple-darwin9 2>&1 | FileCheck %s
2
3
# rdar://11437956
4
5
# CHECK: warning: invalid instruction encoding
6
# CHECK: 0x90 0x00 0xc0 0xe7
7
0x90 0x00 0xc0 0xe7
8
9
# CHECK: warning: invalid instruction encoding
10
# CHECK: 0x90 0x01 0xc0 0xe7
11
0x90 0x01 0xc0 0xe7