brintos

brintos / llvm-project-archived public Read only

0
0
Text · 765 B · f11f249 Raw
23 lines · plain
1; RUN: opt < %s -passes=loop-unroll,loop-simplify -disable-output2 3define void @print_board() {4entry:5	br label %no_exit.16no_exit.1:		; preds = %cond_false.2, %entry7	br label %no_exit.28no_exit.2:		; preds = %no_exit.2, %no_exit.19	%indvar1 = phi i32 [ 0, %no_exit.1 ], [ %indvar.next2, %no_exit.2 ]		; <i32> [#uses=1]10	%indvar.next2 = add i32 %indvar1, 1		; <i32> [#uses=2]11	%exitcond3 = icmp ne i32 %indvar.next2, 7		; <i1> [#uses=1]12	br i1 %exitcond3, label %no_exit.2, label %loopexit.213loopexit.2:		; preds = %no_exit.214	br i1 false, label %cond_true.2, label %cond_false.215cond_true.2:		; preds = %loopexit.216	ret void17cond_false.2:		; preds = %loopexit.218	br i1 false, label %no_exit.1, label %loopexit.119loopexit.1:		; preds = %cond_false.220	ret void21}22 23