Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c775e462a81d9e1affd7e8b3de9688e5e62db1e6
/
.
/
llvm
/
test
/
Transforms
/
InstCombine
/
2008-06-05-ashr-crash.ll
blob: ec13bbf65c182493de02e5cfb28cffe45b0fe85d [
file
] [
log
] [
blame
]
Zhou Sheng
c775e46
2008-06-05 14:25:11 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | opt -instcombine
2
3
define
i65
@foo
(
i65
%x
)
nounwind
{
4
entry
:
5
%tmp2
=
ashr
i65
%x
,
65
; <i65> [#uses=1]
6
ret
i65
%tmp2
7
}