[AMDGPU] Add True16 register classes.
[llvm-project.git] / llvm / test / Transforms / TailCallElim / debugloc.ll
blob39e29d8a524f02c4fdd02014efe516c43f5dd4b9
1 ; RUN: opt < %s -passes=debugify,tailcallelim -S | FileCheck %s
3 define void @foo() {
4 entry:
5 ; CHECK-LABEL: entry:
6 ; CHECK: br label %tailrecurse, !dbg ![[DbgLoc:[0-9]+]]
8   call void @foo()                            ;; line 1
9   ret void
11 ; CHECK-LABEL: tailrecurse:
12 ; CHECK: br label %tailrecurse, !dbg ![[DbgLoc]]
15 ;; Make sure tailrecurse has the call instruction's DL
16 ; CHECK: ![[DbgLoc]] = !DILocation(line: 1