23 lines · plain
1; RUN: llc < %s2 3define void @form_component_prediction(i32 %dy) {4entry:5 %tmp7 = and i32 %dy, 1 ; <i32> [#uses=1]6 %tmp27 = icmp eq i32 %tmp7, 0 ; <i1> [#uses=1]7 br i1 false, label %cond_next30, label %bb1158 9cond_next30: ; preds = %entry10 ret void11 12bb115: ; preds = %entry13 %bothcond1 = or i1 %tmp27, false ; <i1> [#uses=1]14 br i1 %bothcond1, label %bb228, label %cond_next12515 16cond_next125: ; preds = %bb11517 ret void18 19bb228: ; preds = %bb11520 ret void21}22 23