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