1 ; RUN: opt < %s -passes=ipsccp -S | grep -v "ret i512 undef" | \
4 define internal i512 @test(i1 %B) {
5 br i1 %B, label %BB1, label %BB2
12 %Ret = phi i512 [%Val, %BB1], [2, %BB2]
19 %t11 = trunc i2 %t1 to i1
20 %t2 = call i512 @test(i1 %t11)
21 %t3 = trunc i512 %t2 to i8