summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/long_shift.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-10-31 21:00:56 +0000
committerJim Grosbach <grosbach@apple.com>2009-10-31 21:00:56 +0000
commitb4a976c304e98fb4160549a92e35610b310dfd93 (patch)
tree0a68890b1367608319d6b4a8b995e88e3f73d119 /test/CodeGen/ARM/long_shift.ll
parentb953c944b6da99dfbdbc11a8b021c386ad37c332 (diff)
downloadllvm-b4a976c304e98fb4160549a92e35610b310dfd93.tar.gz
llvm-b4a976c304e98fb4160549a92e35610b310dfd93.tar.bz2
llvm-b4a976c304e98fb4160549a92e35610b310dfd93.tar.xz
Expand 64-bit arithmetic shift right inline
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85685 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 e72ae78512..0de66542fc 100644
--- a/test/CodeGen/ARM/long_shift.ll
+++ b/test/CodeGen/ARM/long_shift.ll
@@ -19,7 +19,7 @@ define i32 @f1(i64 %x, i64 %y) {
define i32 @f2(i64 %x, i64 %y) {
; CHECK: f2
-; CHECK: __ashrdi3
+; CHECK: movge r0, r1, asr r2
%a = ashr i64 %x, %y
%b = trunc i64 %a to i32
ret i32 %b