[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / Util / trivial-auto-var-init-crash-20210521.ll
blobc19352f8e8ce208148604f30c251f1d2657b54a1
1 ; RUN: opt < %s -annotation-remarks -pass-remarks-missed=annotation-remarks -S -o /dev/null 2>&1 | FileCheck %s
3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
4 source_filename = "test.ll"
5 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
6 target triple = "arm64-apple-ios14.4.0"
8 %struct.frop = type { i8* }
10 ; Function Attrs: argmemonly nofree nosync nounwind willreturn
11 declare void @llvm.memset.p0i8.i64(i8* noalias nocapture writeonly, i8, i64, i1 immarg) #0
13 define void @spam() local_unnamed_addr #1 !dbg !3 {
14 bb:
15   call void @llvm.dbg.value(metadata %struct.frop* null, metadata !21, metadata !DIExpression()) #3, !dbg !28
16   %tmp = getelementptr inbounds %struct.frop, %struct.frop* null, i64 0, i32 0
17   %tmp1 = bitcast i8** %tmp to i8*
19 ; CHECK: remark: :1:0: Call to memset inserted by -ftrivial-auto-var-init. Memory operation size: 0 bytes.
20   tail call void @llvm.memset.p0i8.i64(i8* %tmp1, i8 0, i64 0, i1 false), !annotation !33, !dbg !28
21   ret void
24 ; Function Attrs: nofree nosync nounwind readnone speculatable willreturn
25 declare void @llvm.dbg.value(metadata, metadata, metadata) #2
27 attributes #0 = { argmemonly nofree nosync nounwind willreturn }
28 attributes #1 = { "target-features"="+aes,+crypto,+fp-armv8,+neon,+sha2,+zcm,+zcz" }
29 attributes #2 = { nofree nosync nounwind readnone speculatable willreturn }
30 attributes #3 = { nounwind }
32 !llvm.module.flags = !{!0}
33 !llvm.dbg.cu = !{!1}
35 !0 = !{i32 2, !"Debug Info Version", i32 3}
36 !1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !2, producer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: NoDebug)
37 !2 = !DIFile(filename: "frop.c", directory: "frop")
38 !3 = distinct !DISubprogram(scope: !4, file: !4, line: 1, type: !5, scopeLine: 2167, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !1, retainedNodes: !19)
39 !4 = !DIFile(filename: "", directory: "frop")
40 !5 = !DISubroutineType(types: !6)
41 !6 = !{!7}
42 !7 = !DIDerivedType(tag: DW_TAG_typedef, file: !4, line: 1, baseType: !8)
43 !8 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !9, size: 64)
44 !9 = distinct !DICompositeType(tag: DW_TAG_union_type, file: !4, line: 1, size: 1664, elements: !10)
45 !10 = !{!11}
46 !11 = !DIDerivedType(tag: DW_TAG_member, scope: !12, file: !4, line: 1, baseType: !16, size: 192)
47 !12 = distinct !DICompositeType(tag: DW_TAG_structure_type, file: !4, line: 1, size: 832, elements: !13)
48 !13 = !{!14}
49 !14 = !DIDerivedType(tag: DW_TAG_member, scope: !12, file: !4, line: 1, baseType: !15, size: 448)
50 !15 = distinct !DICompositeType(tag: DW_TAG_structure_type, file: !4, line: 1, size: 448, elements: !10)
51 !16 = distinct !DICompositeType(tag: DW_TAG_structure_type, file: !4, line: 1, size: 192, elements: !17)
52 !17 = !{!18}
53 !18 = !DIDerivedType(tag: DW_TAG_member, scope: !12, file: !4, line: 1, baseType: !7, size: 64)
54 !19 = !{!20}
55 !20 = !DILocalVariable(arg: 1, scope: !3, file: !4, line: 1, type: !7)
56 !21 = !DILocalVariable(arg: 2, scope: !22, file: !4, line: 1, type: !7)
57 !22 = distinct !DISubprogram(scope: !4, file: !4, line: 1, type: !23, scopeLine: 1381, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !1, retainedNodes: !26)
58 !23 = !DISubroutineType(types: !24)
59 !24 = !{!25}
60 !25 = !DIBasicType(size: 32, encoding: DW_ATE_signed)
61 !26 = !{!27}
62 !27 = !DILocalVariable(arg: 1, scope: !22, file: !4, line: 1, type: !7)
63 !28 = !DILocation(line: 1, scope: !22, inlinedAt: !29)
64 !29 = distinct !DILocation(line: 1, scope: !30)
65 !30 = distinct !DILexicalBlock(scope: !31, file: !4, line: 1)
66 !31 = distinct !DILexicalBlock(scope: !32, file: !4, line: 1)
67 !32 = distinct !DILexicalBlock(scope: !3, file: !4, line: 1)
70 !33 = !{ !"auto-init" }