Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
db8419c92a5c0e74b7a5c8e783c83962c7d0c761
/
.
/
test
/
CodeGen
/
X86
/
fast-isel-shift-imm.ll
blob: c47b99013aa7f0c8bff682afe07b442794df2f96 [
file
] [
log
] [
blame
]
Dan Gohman
db8419c
2008-12-20 17:19:40 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | llc -march=x86 -fast | grep {sarl \$80, %eax}
2
; PR3242
3
4
define
i32
@foo
(
i32
%x
)
nounwind
{
5
%y
=
ashr
i32
%x
,
50000
6
ret
i32
%y
7
}