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