Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
afa08b51a65fd3e945cb752281f7ad5f02c4fa29
/
.
/
test
/
CodeGen
/
Alpha
/
mul128.ll
blob: daf8409409dd573afe0cf25b60bfa62e0529ea61 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=alpha
define
i128
@__mulvdi3
(
i128
%a
,
i128
%b
)
nounwind
{
entry
:
%r
=
mul
i128
%a
,
%b
ret
i128
%r
}