summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/carry.ll
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-07-27 16:31:55 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-07-27 16:31:55 +0000
commitaf0d08d55c58cc34a373ca5f0b45e852c31e59d0 (patch)
tree08a62b589b2dbd46c39be4c36d86552247bc8e8e /test/CodeGen/Thumb2/carry.ll
parent33ae7a453bcb32c4ed4e8202743a4b6c875cbe73 (diff)
downloadllvm-af0d08d55c58cc34a373ca5f0b45e852c31e59d0.tar.gz
llvm-af0d08d55c58cc34a373ca5f0b45e852c31e59d0.tar.bz2
llvm-af0d08d55c58cc34a373ca5f0b45e852c31e59d0.tar.xz
Add ".w" suffix for wide thumb-2 instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77199 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/carry.ll')
-rw-r--r--test/CodeGen/Thumb2/carry.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Thumb2/carry.ll b/test/CodeGen/Thumb2/carry.ll
index 3450c5aea4..3388e22549 100644
--- a/test/CodeGen/Thumb2/carry.ll
+++ b/test/CodeGen/Thumb2/carry.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "subs r" | count 2
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "adc r"
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "sbc r" | count 2
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "subs\\.w r" | count 2
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "adc\\.w r"
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "sbc\\.w r" | count 2
define i64 @f1(i64 %a, i64 %b) {
entry: