Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / SimplifyCFG / debug-info-thread-phi.ll
blob6b22f427f1fef3ff0aaa987619b0605b17f55240
1 ; RUN: opt %s -passes=debugify,simplifycfg -simplifycfg-require-and-preserve-domtree=1 -S | FileCheck %s
2 ; RUN: opt %s -passes=debugify,simplifycfg -simplifycfg-require-and-preserve-domtree=1 -S --try-experimental-debuginfo-iterators | FileCheck %s
3 ; Tests Bug 37966
5 define void @bar(i32 %aa) {
6 ; CHECK-LABEL: @bar(
7 ; CHECK: if.end.1.critedge:
8 ; CHECK: br label %if.end.1, !dbg ![[DBG:[0-9]+]]
9 entry:
10   %aa.addr = alloca i32, align 4
11   %bb = alloca i32, align 4
12   store i32 %aa, ptr %aa.addr, align 4
13   store i32 0, ptr %bb, align 4
14   %tobool = icmp ne i32 %aa, 0
15   br i1 %tobool, label %if.then, label %if.end
17 if.then:                                          ; preds = %entry
18   call void @foo()
19   br label %if.end
21 if.end:                                           ; preds = %if.then, %entry
22   store i32 1, ptr %bb, align 4
23   br i1 %tobool, label %if.then.1, label %if.end.1 ; "line 10" to -debugify
25 if.then.1:                                        ; preds = %if.end
26   call void @foo()
27   br label %if.end.1
29 if.end.1:                                         ; preds = %if.then.1, %if.end
30   store i32 2, ptr %bb, align 4
31   br label %for.end
33 for.end:                                          ; preds = %if.end.1
34   ret void
37 declare void @foo()
39 ; CHECK: ![[DBG]] = !DILocation(line: 10,