Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Transforms / TailCallElim / debugloc.ll
blob3abbd6552efce335893bb2c3c2dd75b03bed5f44
1 ; RUN: opt < %s -passes=debugify,tailcallelim -S | FileCheck %s
2 ; RUN: opt < %s -passes=debugify,tailcallelim -S --try-experimental-debuginfo-iterators | FileCheck %s
4 define void @foo() {
5 entry:
6 ; CHECK-LABEL: entry:
7 ; CHECK: br label %tailrecurse, !dbg ![[DbgLoc:[0-9]+]]
9   call void @foo()                            ;; line 1
10   ret void
12 ; CHECK-LABEL: tailrecurse:
13 ; CHECK: br label %tailrecurse, !dbg ![[DbgLoc]]
16 ;; Make sure tailrecurse has the call instruction's DL
17 ; CHECK: ![[DbgLoc]] = !DILocation(line: 1