brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.6 KiB · 4851a25 Raw
37 lines · plain
1; RUN: llc -O0 -global-isel < %s | FileCheck %s2; REQUIRES: aarch64-registered-target3target triple = "aarch64-unknown-linux-gnu"4 5define void @MAIN_() #0 {6L.entry:7  %0 = load <{ float, float }>, ptr undef, align 18  ; CHECK: DEBUG_VALUE: localvar9  ; CHECK: DEBUG_VALUE: localvar10  call void @llvm.dbg.value(metadata <{ float, float }> %0, metadata !10, metadata !DIExpression()), !dbg !1311  unreachable12}13 14; Function Attrs: nounwind readnone speculatable15declare void @llvm.dbg.value(metadata, metadata, metadata) #116 17attributes #0 = { "frame-pointer"="non-leaf" }18attributes #1 = { nounwind readnone speculatable }19 20!llvm.module.flags = !{!0}21!llvm.dbg.cu = !{!1}22 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)25!2 = !DIFile(filename: "input", directory: "/")26!3 = !{}27!4 = !{!5}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, retainedNodes: !4)30!7 = !DISubroutineType(cc: DW_CC_program, types: !8)31!8 = !{null}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)37