Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ddb265b905cf83c44bfa0819c3a80dc13f29173f
/
.
/
llvm
/
test
/
Transforms
/
InstCombine
/
2003-05-26-CastMiscompile.ll
blob: 453258980d57b94deed5cd2918c5e45f555220e7 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 4294967295
ulong
%test
(
ulong
%Val
)
{
%tmp.3
=
cast
ulong
%Val
to
uint
; <uint> [#uses=1]
%tmp.8
=
cast
uint
%tmp.3
to
ulong
; <ulong> [#uses=1]
ret
ulong
%tmp.8
}