Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
CodeGen
/
PowerPC
/
mul-neg-power-2.ll
blob: 90446d707db7fe569459096098ce996385f7547d [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=ppc32 | not grep mul
define
i32
@test1
(
i32
%a
)
{
%tmp.1
=
mul
i32
%a
,
-
2
; <i32> [#uses=1]
%tmp.2
=
add
i32
%tmp.1
,
63
; <i32> [#uses=1]
ret
i32
%tmp.2
}