We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b230a commit fdfecd2Copy full SHA for fdfecd2
llvm/test/Transforms/CodeGenPrepare/X86/split-dbg.ll
@@ -9,6 +9,8 @@
9
; CHECK: while.body.clone:
10
; CHECK-NEXT: %dest.sroa.clone = phi i32 [ %1, %.split ], [ poison, %if.else ], !dbg [[DBG]]
11
12
+; CHECK: [[DBG]] = !DILocation(line: 1, column: 1, scope: ![[#]])
13
+
14
define void @test(i1 %c) !dbg !5 {
15
entry:
16
br label %if.else
0 commit comments