diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-10-31 21:42:19 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-10-31 21:42:19 +0000 |
commit | 8fe6fd702d633d3b70d5aed411c78e2be16d206d (patch) | |
tree | a089d1cddddb6176b503494ce23974457c38aab7 /llvm/test/CodeGen/ARM/long_shift.ll | |
parent | 73ee64d6a28546188884e750c89e8d0eebbba7f2 (diff) | |
download | bcm5719-llvm-8fe6fd702d633d3b70d5aed411c78e2be16d206d.tar.gz bcm5719-llvm-8fe6fd702d633d3b70d5aed411c78e2be16d206d.zip |
Expand 64-bit logical shift right inline
llvm-svn: 85687
Diffstat (limited to 'llvm/test/CodeGen/ARM/long_shift.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/long_shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/long_shift.ll b/llvm/test/CodeGen/ARM/long_shift.ll index 0de66542fcf..253fbab7641 100644 --- a/llvm/test/CodeGen/ARM/long_shift.ll +++ b/llvm/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 |