1 ; RUN: opt < %s -instcombine -stats -disable-output |& \
2 ; RUN: grep {Number of insts combined} | grep 5
4 define i8 @t1(i8 zeroext %x, i8 zeroext %y) zeroext nounwind {
7 %cond1 = icmp ne i8 %tmp1, 0
8 br i1 %cond1, label %bb1, label %bb2
14 %tmp2 = add i8 %tmp1, %y
18 define i8 @t2(i8 zeroext %x) zeroext nounwind {
21 %cond1 = icmp ne i8 %tmp1, 0
22 br i1 %cond1, label %bb1, label %bb2