summaryrefslogtreecommitdiff
path: root/test/CodeGen/Alpha/mul128.ll
blob: daf8409409dd573afe0cf25b60bfa62e0529ea61 (plain)
1
2
3
4
5
6
7
; RUN: llc < %s -march=alpha

define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
entry:
        %r = mul i128 %a, %b
        ret i128 %r
}