summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-asr2.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/thumb2-asr2.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/thumb2-asr2.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-asr2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-asr2.ll b/test/CodeGen/Thumb2/thumb2-asr2.ll
index 700794873f..e8e2b28ed8 100644
--- a/test/CodeGen/Thumb2/thumb2-asr2.ll
+++ b/test/CodeGen/Thumb2/thumb2-asr2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {asr\\W*r\[0-9\],\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#17} | count 1
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {asr\\.w\\W*r\[0-9\],\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#17} | count 1
define i32 @f1(i32 %a) {
%tmp = ashr i32 %a, 17