Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f845c74c6243a10ee5df2af003dcf81bbd0b51a0
/
.
/
test
/
CodeGen
/
X86
/
fast-isel-phys.ll
blob: 158ef551ce42d8768140d956aa21a90e3174c3f9 [
file
] [
log
] [
blame
]
; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86
define
i8
@t2
(
i8
%a
,
i8
%c
)
nounwind
{
%tmp
=
shl
i8
%a
,
%c
ret
i8
%tmp
}
define
i8
@t1
(
i8
%a
)
nounwind
{
%tmp
=
mul
i8
%a
,
17
ret
i8
%tmp
}