Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
CodeGen
/
X86
/
urem-i8-constant.ll
blob: 8a433334f627f548e8144a785fb6b416d81f0a27 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=x86 | not grep mul
define
i8
@foo
(
i8
%tmp325
)
{
%t546
=
urem
i8
%tmp325
,
37
ret
i8
%t546
}