1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[mips] Fix test case to check that mips64 instructions are generated.

llvm-svn: 185371
This commit is contained in:
Akira Hatanaka 2013-07-01 20:18:58 +00:00
parent a6a4ed92ee
commit a704ad94d7

View File

@ -37,10 +37,10 @@ entry:
}
; CHECK64: muln9223372036854775805_64:
; CHECK64-DAG: sll $[[R0:[0-9]+]], $4, 1
; CHECK64-DAG: addu $[[R1:[0-9]+]], $[[R0]], $4
; CHECK64-DAG: sll $[[R2:[0-9]+]], $4, 63
; CHECK64: addu ${{[0-9]+}}, $[[R2]], $[[R1]]
; CHECK64-DAG: dsll $[[R0:[0-9]+]], $4, 1
; CHECK64-DAG: daddu $[[R1:[0-9]+]], $[[R0]], $4
; CHECK64-DAG: dsll $[[R2:[0-9]+]], $4, 63
; CHECK64: daddu ${{[0-9]+}}, $[[R2]], $[[R1]]
define i64 @muln9223372036854775805_64(i64 %a) {
entry: