aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-09-01 17:47:45 +0000
committerOwen Anderson <resistor@mac.com>2011-09-01 17:47:45 +0000
commit7f17b5a483ea358f2b9e3958f16cf34d75d5b4da (patch)
tree84df33d55e7c8a99109119e2b3eb2790ec820feb /test
parentae779eea27f41d31268931a6508bd0536cfbc724 (diff)
downloadexternal_llvm-7f17b5a483ea358f2b9e3958f16cf34d75d5b4da.zip
external_llvm-7f17b5a483ea358f2b9e3958f16cf34d75d5b4da.tar.gz
external_llvm-7f17b5a483ea358f2b9e3958f16cf34d75d5b4da.tar.bz2
t2Bcc is allowed to have a predicate without a preceding IT instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138946 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ARM/basic-thumb2-instructions.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-thumb2-instructions.s b/test/MC/ARM/basic-thumb2-instructions.s
index 492687e..4641fe3 100644
--- a/test/MC/ARM/basic-thumb2-instructions.s
+++ b/test/MC/ARM/basic-thumb2-instructions.s
@@ -86,6 +86,12 @@ _func:
@ CHECK: addw r12, r6, #256 @ encoding: [0x06,0xf2,0x00,0x1c]
@ CHECK: adds.w r1, r2, #496 @ encoding: [0x12,0xf5,0xf8,0x71]
+@------------------------------------------------------------------------------
+@ B
+@------------------------------------------------------------------------------
+ bmi.w #-183396
+
+@ CHECK: bmi.w #-183396 @ encoding: [0x13,0xf5,0xce,0xa9]
@------------------------------------------------------------------------------
@ CBZ/CBNZ