[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / debug_frame.ll
blobad3750e5eec89ac55deb4745a5ef9bb305bb1810
1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -o - < %s | FileCheck %s
2 ; RUN: llc -mtriple=amdgcn-amd-amdhsa --force-dwarf-frame-section -o - < %s | FileCheck %s
3 ; RUN: llc -mtriple=amdgcn-amd-amdhsa --exception-model=dwarf -o - < %s | FileCheck %s
4 ; RUN: llc -mtriple=amdgcn-amd-amdhsa --force-dwarf-frame-section --exception-model=dwarf -o - < %s | FileCheck %s
6 ; CHECK: .cfi_sections .debug_frame
8 define void @f() nounwind !dbg !0 {
9 entry:
10   ret void
13 !llvm.dbg.cu = !{!2}
14 !llvm.module.flags = !{!7}
15 !5 = !{!0}
17 !0 = distinct !DISubprogram(name: "f", line: 1, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !2, scopeLine: 1, file: !6, scope: !1, type: !3)
18 !1 = !DIFile(filename: "/home/espindola/llvm/test.c", directory: "/home/espindola/llvm/build")
19 !2 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.0 ()", isOptimized: true, emissionKind: FullDebug, file: !6, enums: !{}, retainedTypes: !{})
20 !3 = !DISubroutineType(types: !4)
21 !4 = !{null}
22 !6 = !DIFile(filename: "/home/espindola/llvm/test.c", directory: "/home/espindola/llvm/build")
23 !7 = !{i32 1, !"Debug Info Version", i32 3}