1 ; RUN: llc -O0 -global-isel < %s | FileCheck %s
3 target triple = "aarch64-unknown-linux-gnu"
5 define void @MAIN_() #0 {
7 %0 = load <{ float, float }>, <{ float, float }>* undef, align 1
8 ; CHECK: DEBUG_VALUE: localvar
9 ; CHECK: DEBUG_VALUE: localvar
10 call void @llvm.dbg.value(metadata <{ float, float }> %0, metadata !10, metadata !DIExpression()), !dbg !13
14 ; Function Attrs: nounwind readnone speculatable
15 declare void @llvm.dbg.value(metadata, metadata, metadata) #1
17 attributes #0 = { "no-frame-pointer-elim-non-leaf" }
18 attributes #1 = { nounwind readnone speculatable }
20 !llvm.module.flags = !{!0}
23 !0 = !{i32 2, !"Debug Info Version", i32 3}
24 !1 = distinct !DICompileUnit(language: DW_LANG_Fortran90, file: !2, producer: "", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !3, retainedTypes: !3, globals: !3, imports: !4)
25 !2 = !DIFile(filename: "input", directory: "/")
28 !5 = !DIImportedEntity(tag: DW_TAG_imported_module, scope: !6, entity: !9, file: !2, line: 18)
29 !6 = distinct !DISubprogram(name: "p", scope: !1, file: !2, line: 18, type: !7, isLocal: false, isDefinition: true, scopeLine: 18, isOptimized: false, unit: !1)
30 !7 = !DISubroutineType(cc: DW_CC_program, types: !8)
32 !9 = !DIModule(scope: !1, name: "mod")
33 !10 = !DILocalVariable(name: "localvar", scope: !11, file: !2, type: !12)
34 !11 = !DILexicalBlock(scope: !6, file: !2, line: 18, column: 1)
35 !12 = !DIBasicType(name: "complex", size: 64, align: 32, encoding: DW_ATE_complex_float)
36 !13 = !DILocation(line: 0, scope: !11)