summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-23 19:39:13 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-23 19:39:13 +0000
commita67efd12263eff2ed0f0a89ce905d59a82d0760a (patch)
tree892f3693e0a7f0e297867bd40e54db0aaacdecdf /test
parente870af483799beab9ec95adf89047a37e97b301a (diff)
downloadllvm-a67efd12263eff2ed0f0a89ce905d59a82d0760a.tar.gz
llvm-a67efd12263eff2ed0f0a89ce905d59a82d0760a.tar.bz2
llvm-a67efd12263eff2ed0f0a89ce905d59a82d0760a.tar.xz
Proper patterns for thumb2 shift and rotate instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73987 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/thumb2-shifter.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/thumb2-shifter.ll b/test/CodeGen/ARM/thumb2-shifter.ll
index f9ec5067ec..9bd6e43101 100644
--- a/test/CodeGen/ARM/thumb2-shifter.ll
+++ b/test/CodeGen/ARM/thumb2-shifter.ll
@@ -2,7 +2,7 @@
; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep lsr
; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep asr
; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep ror
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep mov
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | not grep mov
define i32 @t2ADDrs_lsl(i32 %X, i32 %Y) {
%A = shl i32 %Y, 16