1 ; RUN: llvm-extract -S -bb foo:bb4 -bb foo:bb7 %s | FileCheck %s
5 define i32 @foo(i32 %arg) {
7 %tmp = alloca i32, align 4
8 %tmp1 = alloca i32, align 4
9 store i32 %arg, ptr %tmp1, align 4
10 %tmp2 = load i32, ptr %tmp1, align 4
11 %tmp3 = icmp sgt i32 %tmp2, 0
12 br i1 %tmp3, label %bb4, label %bb7
15 %tmp5 = load i32, ptr %tmp1, align 4
16 %tmp6 = add nsw i32 %tmp5, 1
17 store i32 %tmp6, ptr %tmp1, align 4
18 store i32 %tmp6, ptr %tmp, align 4
22 store i32 0, ptr %tmp, align 4
25 bb8: ; preds = %bb7, %bb4
26 %tmp9 = load i32, ptr %tmp, align 4