Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a24b431b276105f32c38c59cff028d9a57670012
/
.
/
llvm
/
test
/
CodeGen
/
X86
/
mul128.ll
blob: c0ce6b309315f3bb451e347222bb352667fada7d [
file
] [
log
] [
blame
]
Dan Gohman
a24b431
2007-10-08 20:48:12 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | llc -march=x86-64 | grep mul | count 3
2
3
define
i128
@foo
(
i128
%t
,
i128
%u
)
{
4
%k
=
mul
i128
%t
,
%u
5
ret
i128
%k
6
}