summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/mips64ext.ll
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2011-12-19 19:44:09 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2011-12-19 19:44:09 +0000
commit2a232d81f6575b18638b30c8fd33b084baa652a8 (patch)
tree99c25b41cd3a32ead7d7848594f8b12d8724bfb7 /llvm/test/CodeGen/Mips/mips64ext.ll
parente16acacc3a78108101b3c37169760a07a6967bdf (diff)
downloadbcm5719-llvm-2a232d81f6575b18638b30c8fd33b084baa652a8.tar.gz
bcm5719-llvm-2a232d81f6575b18638b30c8fd33b084baa652a8.zip
Remove definitions of double word shift plus 32 instructions. Assembler or
direct-object emitter should emit the appropriate shift instruction depending on the shift amount. llvm-svn: 146893
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips64ext.ll')
-rw-r--r--llvm/test/CodeGen/Mips/mips64ext.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/mips64ext.ll b/llvm/test/CodeGen/Mips/mips64ext.ll
index 33af0d852da..ae6078b829c 100644
--- a/llvm/test/CodeGen/Mips/mips64ext.ll
+++ b/llvm/test/CodeGen/Mips/mips64ext.ll
@@ -3,8 +3,8 @@
define i64 @zext64_32(i32 %a) nounwind readnone {
entry:
; CHECK: addiu $[[R0:[0-9]+]], ${{[0-9]+}}, 2
-; CHECK: dsll32 $[[R1:[0-9]+]], $[[R0]], 0
-; CHECK: dsrl32 ${{[0-9]+}}, $[[R1]], 0
+; CHECK: dsll $[[R1:[0-9]+]], $[[R0]], 32
+; CHECK: dsrl ${{[0-9]+}}, $[[R1]], 32
%add = add i32 %a, 2
%conv = zext i32 %add to i64
ret i64 %conv
OpenPOWER on IntegriCloud