brintos

brintos / llvm-project-archived public Read only

0
0
Text · 540 B · 51902c8 Raw
22 lines · plain
1; RUN: llc < %s 2 3define void @start_pass_huff(i32 %gather_statistics) {4entry:5        %tmp = icmp eq i32 %gather_statistics, 0                ; <i1> [#uses=1]6        br i1 false, label %cond_next22, label %bb1667 8cond_next22:            ; preds = %entry9        %bothcond = and i1 false, %tmp          ; <i1> [#uses=1]10        br i1 %bothcond, label %bb34, label %bb4611 12bb34:           ; preds = %cond_next2213        ret void14 15bb46:           ; preds = %cond_next2216        ret void17 18bb166:          ; preds = %entry19        ret void20}21 22