blob: d4d0207bf07db87cf47cdb5983ae7e9359fb0aa1 [file] [log] [blame]
Adrian Prantlf01b5622013-10-05 00:08:27 +00001; RUN: llc -filetype=asm < %s | FileCheck %s
2target triple = "thumbv7-apple-ios7.0.0"
Adrian Prantl73b9d202013-10-08 02:21:44 +00003%class.Matrix3.0.6.10 = type { [9 x float] }
Peter Collingbourned4bff302015-11-05 22:03:56 +00004define arm_aapcscc void @_Z9GetMatrixv(%class.Matrix3.0.6.10* noalias nocapture sret %agg.result) #0 !dbg !39 {
Adrian Prantl73b9d202013-10-08 02:21:44 +00005 br i1 fcmp oeq (float fadd (float fadd (float fmul (float undef, float undef), float fmul (float undef, float undef)), float fmul (float undef, float undef)), float 0.000000e+00), label %_ZN7Vector39NormalizeEv.exit, label %1
6 tail call arm_aapcscc void @_ZL4Sqrtd() #3
7 br label %_ZN7Vector39NormalizeEv.exit
8_ZN7Vector39NormalizeEv.exit: ; preds = %1, %0
9 ; rdar://problem/15094721.
10 ;
11 ; When this (partially) dead use gets eliminated (and thus the def
12 ; of the vreg holding %agg.result) the dbg_value becomes dangling
13 ; and SelectionDAGISel crashes. It should definitely not
14 ; crash. Drop the dbg_value instead.
Adrian Prantle60e03a2013-10-08 02:30:54 +000015 ; CHECK-NOT: "matrix"
Adrian Prantl6825fb62017-04-18 01:21:53 +000016 tail call void @llvm.dbg.declare(metadata %class.Matrix3.0.6.10* %agg.result, metadata !45, metadata !DIExpression())
David Blaikie79e6c742015-02-27 19:29:02 +000017 %2 = getelementptr inbounds %class.Matrix3.0.6.10, %class.Matrix3.0.6.10* %agg.result, i32 0, i32 0, i32 8
Adrian Prantlf01b5622013-10-05 00:08:27 +000018 ret void
19}
Adrian Prantl87b7eb92014-10-01 18:55:02 +000020declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
Adrian Prantl73b9d202013-10-08 02:21:44 +000021declare arm_aapcscc void @_ZL4Sqrtd() #2
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000022!4 = !DICompositeType(tag: DW_TAG_class_type, name: "Matrix3", line: 20, size: 288, align: 32, file: !5, identifier: "_ZTS7Matrix3")
23!5 = !DIFile(filename: "test.ii", directory: "/Volumes/Data/radar/15094721")
Peter Collingbourned4bff302015-11-05 22:03:56 +000024!39 = distinct !DISubprogram(name: "GetMatrix", linkageName: "_Z9GetMatrixv", line: 32, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 32, file: !5, scope: !40, type: !41)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000025!40 = !DIFile(filename: "test.ii", directory: "/Volumes/Data/radar/15094721")
26!41 = !DISubroutineType(types: null)
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +000027!45 = !DILocalVariable(name: "matrix", line: 35, scope: !39, file: !40, type: !4)