Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
0a063105e432e649d64d354a3ea4b295172ed6cf
/
.
/
test
/
CodeGen
/
X86
/
mul64.ll
blob: 5a25c5d0e9deaac8ec131b87c575041eee59edaf [
file
] [
log
] [
blame
]
Dan Gohman
0a06310
2009-09-08 23:54:48 +0000
[
diff
] [
blame^
]
1
; RUN: llc < %s -march=x86 | grep mul | count 3
Dan Gohman
5238cea
2007-10-08 20:48:12 +0000
[
diff
] [
blame
]
2
3
define
i64
@foo
(
i64
%t
,
i64
%u
)
{
4
%k
=
mul
i64
%t
,
%u
5
ret
i64
%k
6
}