1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

new testcase for PR583

llvm-svn: 22226
This commit is contained in:
Chris Lattner 2005-06-16 04:55:29 +00:00
parent 4af04a8d54
commit 95b9f36fc5

View File

@ -0,0 +1,9 @@
; RUN: llvm-as < %s | opt -instcombine -disable-output
int %_Z13func_31585107li(int %l_39521025, int %l_59244666) {
%shortcirc_val = select bool false, uint 1, uint 0 ; <uint> [#uses=1]
%tmp.8 = div uint 0, %shortcirc_val ; <uint> [#uses=1]
%tmp.9 = seteq uint %tmp.8, 0 ; <bool> [#uses=1]
%retval = select bool %tmp.9, int %l_59244666, int -1621308501 ; <int> [#uses=1]
ret int %retval
}