llvm-project/llvm/test/CodeGen/Alpha/mul128.ll

8 lines
140 B
LLVM
Raw Normal View History

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