llvm-6502/test/CodeGen/Alpha/mul128.ll
2009-09-09 00:09:15 +00:00

8 lines
140 B
LLVM

; RUN: llc < %s -march=alpha
define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
entry:
%r = mul i128 %a, %b
ret i128 %r
}