forked from OSchip/llvm-project
parent
e3c5e88347
commit
adf7b998bd
|
@ -0,0 +1,7 @@
|
|||
; RUN: as < %s | opt -instcombine | 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
|
||||
}
|
Loading…
Reference in New Issue