mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
563ba88392
llvm-svn: 8558
8 lines
264 B
LLVM
8 lines
264 B
LLVM
; RUN: llvm-as < %s | 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
|
|
}
|