[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Transforms / SimplifyCFG / debug-info-thread-phi.ll
blobb32ca9bf6aef24999e00ba6898e065ea25d5d137
1 ; RUN: opt %s -passes=debugify,simplifycfg -simplifycfg-require-and-preserve-domtree=1 -S | FileCheck %s
2 ; Tests Bug 37966
4 define void @bar(i32 %aa) {
5 ; CHECK-LABEL: @bar(
6 ; CHECK: if.end.1.critedge:
7 ; CHECK: br label %if.end.1, !dbg ![[DBG:[0-9]+]]
8 entry:
9   %aa.addr = alloca i32, align 4
10   %bb = alloca i32, align 4
11   store i32 %aa, ptr %aa.addr, align 4
12   store i32 0, ptr %bb, align 4
13   %tobool = icmp ne i32 %aa, 0
14   br i1 %tobool, label %if.then, label %if.end
16 if.then:                                          ; preds = %entry
17   call void @foo()
18   br label %if.end
20 if.end:                                           ; preds = %if.then, %entry
21   store i32 1, ptr %bb, align 4
22   br i1 %tobool, label %if.then.1, label %if.end.1 ; "line 10" to -debugify
24 if.then.1:                                        ; preds = %if.end
25   call void @foo()
26   br label %if.end.1
28 if.end.1:                                         ; preds = %if.then.1, %if.end
29   store i32 2, ptr %bb, align 4
30   br label %for.end
32 for.end:                                          ; preds = %if.end.1
33   ret void
36 declare void @foo()
38 ; CHECK: ![[DBG]] = !DILocation(line: 10,