Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f845c74c6243a10ee5df2af003dcf81bbd0b51a0
/
.
/
test
/
CodeGen
/
X86
/
fast-isel-shift-imm.ll
blob: 35f7a72a285c09517bad30b0611ec15edad9364e [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86 -O0 | grep {sarl \$80, %eax}
; PR3242
define
i32
@foo
(
i32
%x
)
nounwind
{
%y
=
ashr
i32
%x
,
50000
ret
i32
%y
}