global-sra-array.ll 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. ; RUN: opt -S -globalopt < %s | FileCheck %s
  2. source_filename = "test.c"
  3. target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
  4. target triple = "x86_64-apple-macosx10.12.0"
  5. %struct.mystruct = type { i32, i64 }
  6. ; Generated at -Os from:
  7. ;
  8. ; static struct { int a; char b; } array[2];
  9. ; void __attribute__((nodebug)) foo(int in) { array[0].a = in; }
  10. ; void __attribute__((nodebug)) bar(int in) { array[1].a = in; }
  11. ; int main(int argc, char **argv)
  12. ; {
  13. ; foo(argv[0][1]);
  14. ; bar(argv[0][1]);
  15. ; return array[0].a + array[1].a;
  16. ; }
  17. %struct.anon = type { i32, i8 }
  18. ; This array is first split into two struct, which are then split into their
  19. ; elements, of which only .a survives.
  20. @array = internal global [2 x %struct.anon] zeroinitializer, align 16, !dbg !0
  21. ; CHECK: @array.0.0 = internal unnamed_addr global i32 0, align 16, !dbg ![[EL0:.*]]
  22. ; CHECK: @array.1.0 = internal unnamed_addr global i32 0, align 8, !dbg ![[EL1:.*]]
  23. ;
  24. ; CHECK: ![[EL0]] = !DIGlobalVariableExpression(var: ![[VAR:.*]], expr: !DIExpression(DW_OP_LLVM_fragment, 0, 32))
  25. ; CHECK: ![[VAR]] = distinct !DIGlobalVariable(name: "array"
  26. ; CHECK: ![[EL1]] = !DIGlobalVariableExpression(var: ![[VAR]], expr: !DIExpression(DW_OP_LLVM_fragment, 64, 32))
  27. ; Function Attrs: nounwind optsize ssp uwtable
  28. define void @foo(i32 %in) #0 {
  29. entry:
  30. store i32 %in, i32* getelementptr inbounds ([2 x %struct.anon], [2 x %struct.anon]* @array, i64 0, i64 0, i32 0), align 16, !tbaa !20
  31. ret void
  32. }
  33. ; Function Attrs: nounwind optsize ssp uwtable
  34. define void @bar(i32 %in) #0 {
  35. entry:
  36. store i32 %in, i32* getelementptr inbounds ([2 x %struct.anon], [2 x %struct.anon]* @array, i64 0, i64 1, i32 0), align 8, !tbaa !20
  37. ret void
  38. }
  39. ; Function Attrs: nounwind optsize ssp uwtable
  40. define i32 @main(i32 %argc, i8** %argv) #0 !dbg !25 {
  41. entry:
  42. call void @llvm.dbg.value(metadata i32 %argc, metadata !31, metadata !33), !dbg !34
  43. call void @llvm.dbg.value(metadata i8** %argv, metadata !32, metadata !33), !dbg !35
  44. %0 = load i8*, i8** %argv, align 8, !dbg !36, !tbaa !37
  45. %arrayidx1 = getelementptr inbounds i8, i8* %0, i64 1, !dbg !36
  46. %1 = load i8, i8* %arrayidx1, align 1, !dbg !36, !tbaa !39
  47. %conv = sext i8 %1 to i32, !dbg !36
  48. call void @foo(i32 %conv) #2, !dbg !40
  49. %2 = load i8*, i8** %argv, align 8, !dbg !41, !tbaa !37
  50. %arrayidx3 = getelementptr inbounds i8, i8* %2, i64 1, !dbg !41
  51. %3 = load i8, i8* %arrayidx3, align 1, !dbg !41, !tbaa !39
  52. %conv4 = sext i8 %3 to i32, !dbg !41
  53. call void @bar(i32 %conv4) #2, !dbg !42
  54. %4 = load i32, i32* getelementptr inbounds ([2 x %struct.anon], [2 x %struct.anon]* @array, i64 0, i64 0, i32 0), align 16, !dbg !43, !tbaa !20
  55. %5 = load i32, i32* getelementptr inbounds ([2 x %struct.anon], [2 x %struct.anon]* @array, i64 0, i64 1, i32 0), align 8, !dbg !44, !tbaa !20
  56. %add = add nsw i32 %4, %5, !dbg !45
  57. ret i32 %add, !dbg !46
  58. }
  59. ; Function Attrs: nounwind readnone speculatable
  60. declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
  61. ; Function Attrs: nounwind readnone speculatable
  62. declare void @llvm.dbg.value(metadata, metadata, metadata) #1
  63. attributes #0 = { nounwind optsize ssp uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="penryn" "target-features"="+cx16,+fxsr,+mmx,+sse,+sse2,+sse3,+sse4.1,+ssse3,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
  64. attributes #1 = { nounwind readnone speculatable }
  65. attributes #2 = { optsize }
  66. !llvm.dbg.cu = !{!2}
  67. !llvm.module.flags = !{!15, !16, !17, !18}
  68. !llvm.ident = !{!19}
  69. !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
  70. !1 = distinct !DIGlobalVariable(name: "array", scope: !2, file: !3, line: 1, type: !6, isLocal: true, isDefinition: true)
  71. !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 6.0.0 (trunk 309960) (llvm/trunk 309961)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !5)
  72. !3 = !DIFile(filename: "test.c", directory: "/")
  73. !4 = !{}
  74. !5 = !{!0}
  75. !6 = !DICompositeType(tag: DW_TAG_array_type, baseType: !7, size: 128, elements: !13)
  76. !7 = distinct !DICompositeType(tag: DW_TAG_structure_type, file: !3, line: 1, size: 64, elements: !8)
  77. !8 = !{!9, !11}
  78. !9 = !DIDerivedType(tag: DW_TAG_member, name: "a", scope: !7, file: !3, line: 1, baseType: !10, size: 32)
  79. !10 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
  80. !11 = !DIDerivedType(tag: DW_TAG_member, name: "b", scope: !7, file: !3, line: 1, baseType: !12, size: 8, offset: 32)
  81. !12 = !DIBasicType(name: "char", size: 8, encoding: DW_ATE_signed_char)
  82. !13 = !{!14}
  83. !14 = !DISubrange(count: 2)
  84. !15 = !{i32 2, !"Dwarf Version", i32 4}
  85. !16 = !{i32 2, !"Debug Info Version", i32 3}
  86. !17 = !{i32 1, !"wchar_size", i32 4}
  87. !18 = !{i32 7, !"PIC Level", i32 2}
  88. !19 = !{!"clang version 6.0.0 (trunk 309960) (llvm/trunk 309961)"}
  89. !20 = !{!21, !22, i64 0}
  90. !21 = !{!"", !22, i64 0, !23, i64 4}
  91. !22 = !{!"int", !23, i64 0}
  92. !23 = !{!"omnipotent char", !24, i64 0}
  93. !24 = !{!"Simple C/C++ TBAA"}
  94. !25 = distinct !DISubprogram(name: "main", scope: !3, file: !3, line: 4, type: !26, isLocal: false, isDefinition: true, scopeLine: 5, flags: DIFlagPrototyped, isOptimized: true, unit: !2, retainedNodes: !30)
  95. !26 = !DISubroutineType(types: !27)
  96. !27 = !{!10, !10, !28}
  97. !28 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !29, size: 64)
  98. !29 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !12, size: 64)
  99. !30 = !{!31, !32}
  100. !31 = !DILocalVariable(name: "argc", arg: 1, scope: !25, file: !3, line: 4, type: !10)
  101. !32 = !DILocalVariable(name: "argv", arg: 2, scope: !25, file: !3, line: 4, type: !28)
  102. !33 = !DIExpression()
  103. !34 = !DILocation(line: 4, column: 14, scope: !25)
  104. !35 = !DILocation(line: 4, column: 27, scope: !25)
  105. !36 = !DILocation(line: 6, column: 7, scope: !25)
  106. !37 = !{!38, !38, i64 0}
  107. !38 = !{!"any pointer", !23, i64 0}
  108. !39 = !{!23, !23, i64 0}
  109. !40 = !DILocation(line: 6, column: 3, scope: !25)
  110. !41 = !DILocation(line: 7, column: 7, scope: !25)
  111. !42 = !DILocation(line: 7, column: 3, scope: !25)
  112. !43 = !DILocation(line: 8, column: 19, scope: !25)
  113. !44 = !DILocation(line: 8, column: 32, scope: !25)
  114. !45 = !DILocation(line: 8, column: 21, scope: !25)
  115. !46 = !DILocation(line: 8, column: 3, scope: !25)