aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/long_shift.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-10-31 21:42:19 +0000
committerJim Grosbach <grosbach@apple.com>2009-10-31 21:42:19 +0000
commitbcf2f2c1592c96b3adcfd784e0699e8c55f65e5b (patch)
treea45ac57a8ac6a29c536a1431575664d1c923b136 /test/CodeGen/ARM/long_shift.ll
parentb4a976c304e98fb4160549a92e35610b310dfd93 (diff)
downloadexternal_llvm-bcf2f2c1592c96b3adcfd784e0699e8c55f65e5b.zip
external_llvm-bcf2f2c1592c96b3adcfd784e0699e8c55f65e5b.tar.gz
external_llvm-bcf2f2c1592c96b3adcfd784e0699e8c55f65e5b.tar.bz2
Expand 64-bit logical shift right inline
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/long_shift.ll')
-rw-r--r--test/CodeGen/ARM/long_shift.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/long_shift.ll b/test/CodeGen/ARM/long_shift.ll
index 0de6654..253fbab 100644
--- a/test/CodeGen/ARM/long_shift.ll
+++ b/test/CodeGen/ARM/long_shift.ll
@@ -27,7 +27,7 @@ define i32 @f2(i64 %x, i64 %y) {
define i32 @f3(i64 %x, i64 %y) {
; CHECK: f3
-; CHECK: __lshrdi3
+; CHECK: movge r0, r1, lsr r2
%a = lshr i64 %x, %y
%b = trunc i64 %a to i32
ret i32 %b