summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Alpha/mul128.ll
blob: 20216388a383066dd9e8d8b806af43f4963c134e (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | llc -march=alpha
; XFAIL: *

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