1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/CodeGen/Alpha/mul128.ll

8 lines
140 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=alpha
2008-10-07 19:13:32 +02:00
define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
entry:
%r = mul i128 %a, %b
ret i128 %r
}