Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
.
/
test
/
Transforms
/
InstCombine
/
2006-02-13-DemandedMiscompile.ll
blob: f0703386553c8b6e0c13395ebe5727a248f1f04f [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | opt -instcombine -disable-output &&
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep undef
int
%test
(
sbyte
%A
)
{
%B
=
cast
sbyte
%A
to
int
%C
=
shr
int
%B
,
ubyte
8
ret
int
%C
}