blob: 6112a81643784fc89e9ebc019742c71695c64cb3 [file] [log] [blame]
Francis Visoiu Mistrihb7cef812019-01-14 10:55:55 +00001; RUN: llc -mtriple=s390x-linux-gnu -frame-pointer=all < %s | FileCheck %s
2; RUN: llc -mtriple=s390x-linux-gnu -frame-pointer=all -filetype=obj < %s \
Adrian Prantl16aa4cf2017-09-11 23:05:20 +00003; RUN: | llvm-dwarfdump -v -debug-info - | FileCheck --check-prefix=DEBUG %s
Ulrich Weigand08bd6152013-05-06 16:18:29 +00004;
5; This is a regression test making sure the location of variables is correct in
6; debugging information, even if they're addressed via the frame pointer.
Richard Sandiford9b9e0572014-01-13 15:42:16 +00007; Originally a copy of the AArch64 test, commandeered for SystemZ.
Ulrich Weigand08bd6152013-05-06 16:18:29 +00008;
9; First make sure main_arr is where we expect it: %r11 + 164
10;
11; CHECK: main:
12; CHECK: aghi %r15, -568
Richard Sandiford891a7e72013-06-27 09:42:10 +000013; CHECK: la %r2, 164(%r11)
Ulrich Weigand08bd6152013-05-06 16:18:29 +000014; CHECK: brasl %r14, populate_array@PLT
David Blaikie2f753512014-05-23 21:11:46 +000015
16; DEBUG: DW_TAG_variable
David Blaikie2f753512014-05-23 21:11:46 +000017; DEBUG-NOT: DW_TAG
Reid Klecknera0587362017-08-29 21:41:21 +000018; DEBUG: DW_AT_location {{.*}}(DW_OP_fbreg +164)
David Blaikieeb1a2722014-06-13 22:18:23 +000019; DEBUG-NOT: DW_TAG
20; DEBUG: DW_AT_name {{.*}} "main_arr"
Ulrich Weigand08bd6152013-05-06 16:18:29 +000021
22
23@.str = private unnamed_addr constant [13 x i8] c"Total is %d\0A\00", align 2
24
25declare void @populate_array(i32*, i32) nounwind
26
Adrian Prantl87b7eb92014-10-01 18:55:02 +000027declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone
Ulrich Weigand08bd6152013-05-06 16:18:29 +000028
29declare i32 @sum_array(i32*, i32) nounwind
30
Peter Collingbourned4bff302015-11-05 22:03:56 +000031define i32 @main() nounwind !dbg !14 {
Ulrich Weigand08bd6152013-05-06 16:18:29 +000032entry:
33 %retval = alloca i32, align 4
34 %main_arr = alloca [100 x i32], align 4
35 %val = alloca i32, align 4
Richard Sandiford9b9e0572014-01-13 15:42:16 +000036 store volatile i32 0, i32* %retval
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000037 call void @llvm.dbg.declare(metadata [100 x i32]* %main_arr, metadata !17, metadata !DIExpression()), !dbg !22
38 call void @llvm.dbg.declare(metadata i32* %val, metadata !23, metadata !DIExpression()), !dbg !24
David Blaikie79e6c742015-02-27 19:29:02 +000039 %arraydecay = getelementptr inbounds [100 x i32], [100 x i32]* %main_arr, i32 0, i32 0, !dbg !25
Ulrich Weigand08bd6152013-05-06 16:18:29 +000040 call void @populate_array(i32* %arraydecay, i32 100), !dbg !25
David Blaikie79e6c742015-02-27 19:29:02 +000041 %arraydecay1 = getelementptr inbounds [100 x i32], [100 x i32]* %main_arr, i32 0, i32 0, !dbg !26
Ulrich Weigand08bd6152013-05-06 16:18:29 +000042 %call = call i32 @sum_array(i32* %arraydecay1, i32 100), !dbg !26
43 store i32 %call, i32* %val, align 4, !dbg !26
David Blaikiea79ac142015-02-27 21:17:42 +000044 %0 = load i32, i32* %val, align 4, !dbg !27
David Blaikie23af6482015-04-16 23:24:18 +000045 %call2 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @.str, i32 0, i32 0), i32 %0), !dbg !27
Ulrich Weigand08bd6152013-05-06 16:18:29 +000046 ret i32 0, !dbg !28
47}
48
49declare i32 @printf(i8*, ...)
50
51!llvm.dbg.cu = !{!0}
Manman Ren409558f2013-11-22 21:49:45 +000052!llvm.module.flags = !{!30}
Ulrich Weigand08bd6152013-05-06 16:18:29 +000053
Adrian Prantl75819ae2016-04-15 15:57:41 +000054!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.2 ", isOptimized: false, emissionKind: FullDebug, file: !29, enums: !1, retainedTypes: !1, globals: !1, imports: !1)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000055!1 = !{}
Shiva Chen2c864552018-05-09 02:40:45 +000056!5 = distinct !DISubprogram(name: "populate_array", line: 4, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 4, file: !29, scope: !6, type: !7, retainedNodes: !1)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000057!6 = !DIFile(filename: "simple.c", directory: "/home/timnor01/a64-trunk/build")
58!7 = !DISubroutineType(types: !8)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000059!8 = !{null, !9, !10}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000060!9 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !10)
61!10 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
Shiva Chen2c864552018-05-09 02:40:45 +000062!11 = distinct !DISubprogram(name: "sum_array", line: 9, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 9, file: !29, scope: !6, type: !12, retainedNodes: !1)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000063!12 = !DISubroutineType(types: !13)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000064!13 = !{!10, !9, !10}
Shiva Chen2c864552018-05-09 02:40:45 +000065!14 = distinct !DISubprogram(name: "main", line: 18, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 18, file: !29, scope: !6, type: !15, retainedNodes: !1)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000066!15 = !DISubroutineType(types: !16)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000067!16 = !{!10}
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +000068!17 = !DILocalVariable(name: "main_arr", line: 19, scope: !18, file: !6, type: !19)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000069!18 = distinct !DILexicalBlock(line: 18, column: 16, file: !29, scope: !14)
70!19 = !DICompositeType(tag: DW_TAG_array_type, size: 3200, align: 32, baseType: !10, elements: !{!20})
71!20 = !DISubrange(count: 99)
72!22 = !DILocation(line: 19, column: 7, scope: !18)
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +000073!23 = !DILocalVariable(name: "val", line: 20, scope: !18, file: !6, type: !10)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000074!24 = !DILocation(line: 20, column: 7, scope: !18)
75!25 = !DILocation(line: 22, column: 3, scope: !18)
76!26 = !DILocation(line: 23, column: 9, scope: !18)
77!27 = !DILocation(line: 24, column: 3, scope: !18)
78!28 = !DILocation(line: 26, column: 3, scope: !18)
79!29 = !DIFile(filename: "simple.c", directory: "/home/timnor01/a64-trunk/build")
Duncan P. N. Exon Smithe2741802015-03-03 17:24:31 +000080!30 = !{i32 1, !"Debug Info Version", i32 3}