1 ; RUN: opt < %s -sccp -S | not grep select
6 %P = getelementptr i32, i32* @A, i32 0
7 %B = ptrtoint i32* %P to i64
8 %BB = and i64 %B, undef
9 %C = icmp sge i64 %BB, 0
10 %X = select i1 %C, i712 0, i712 1
16 define i712 @test2(i1 %C) {
17 %X = select i1 %C, i712 0, i712 undef