Sign in
swiftshader
/
SwiftShader
/
e2540106b756159d180677ac9f84da9af49dfd8a
/
.
/
src
/
LLVM
/
test
/
CodeGen
/
X86
/
urem-i8-constant.ll
blob: e3cb69ca591f660d2d42f2ebe95a7ecd0d21c41c [
file
]
; RUN: llc < %s -march=x86 | grep 111
define
i8
@foo
(
i8
%tmp325
)
{
%t546
=
urem
i8
%tmp325
,
37
ret
i8
%t546
}