cpp.carbon 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. // Exceptions. See /LICENSE for license information.
  3. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. //
  5. // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/full.carbon
  6. //
  7. // AUTOUPDATE
  8. // TIP: To test this file alone, run:
  9. // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/lower/testdata/builtins/cpp.carbon
  10. // TIP: To dump output, run:
  11. // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/lower/testdata/builtins/cpp.carbon
  12. // --- std_initializer_list_make.carbon
  13. library "[[@TEST_NAME]]";
  14. import Cpp inline '''
  15. template<typename T>
  16. struct InitializerListPointerPointer {
  17. T* begin;
  18. T* end;
  19. };
  20. template<typename T>
  21. struct InitializerListPointerSize {
  22. T* begin;
  23. decltype(sizeof(T)) size;
  24. };
  25. ''';
  26. fn MakePointerPointer(a: array(i32, 4)) -> Cpp.InitializerListPointerPointer(i32) = "cpp.std.initializer_list.make";
  27. fn MakePointerSize(a: array(i32, 4)) -> Cpp.InitializerListPointerSize(i32) = "cpp.std.initializer_list.make";
  28. fn TakePointerPointer(a: Cpp.InitializerListPointerPointer(i32));
  29. fn TakePointerSize(a: Cpp.InitializerListPointerSize(i32));
  30. fn Test() {
  31. TakePointerPointer(MakePointerPointer((1, 2, 3, 4)));
  32. TakePointerSize(MakePointerSize((1, 2, 3, 4)));
  33. }
  34. // CHECK:STDOUT: ; ModuleID = 'std_initializer_list_make.carbon'
  35. // CHECK:STDOUT: source_filename = "std_initializer_list_make.carbon"
  36. // CHECK:STDOUT: target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
  37. // CHECK:STDOUT: target triple = "x86_64-unknown-linux-gnu"
  38. // CHECK:STDOUT:
  39. // CHECK:STDOUT: @array = internal constant [4 x i32] [i32 1, i32 2, i32 3, i32 4]
  40. // CHECK:STDOUT: @array.loc25_52.18 = internal constant [4 x i32] [i32 1, i32 2, i32 3, i32 4]
  41. // CHECK:STDOUT:
  42. // CHECK:STDOUT: declare void @_CTakePointerPointer.Main(ptr)
  43. // CHECK:STDOUT:
  44. // CHECK:STDOUT: declare void @_CTakePointerSize.Main(ptr)
  45. // CHECK:STDOUT:
  46. // CHECK:STDOUT: ; Function Attrs: nounwind
  47. // CHECK:STDOUT: define void @_CTest.Main() #0 !dbg !11 {
  48. // CHECK:STDOUT: entry:
  49. // CHECK:STDOUT: %.loc25_53.1.temp = alloca [16 x i8], align 1, !dbg !14
  50. // CHECK:STDOUT: %.loc25_52.3.temp = alloca [4 x i32], align 4, !dbg !15
  51. // CHECK:STDOUT: %.loc26_47.1.temp = alloca [16 x i8], align 1, !dbg !16
  52. // CHECK:STDOUT: %.loc26_46.3.temp = alloca [4 x i32], align 4, !dbg !17
  53. // CHECK:STDOUT: call void @llvm.lifetime.start.p0(ptr %.loc25_53.1.temp), !dbg !14
  54. // CHECK:STDOUT: call void @llvm.lifetime.start.p0(ptr %.loc25_52.3.temp), !dbg !15
  55. // CHECK:STDOUT: %.loc25_52.4.array.index = getelementptr inbounds [4 x i32], ptr %.loc25_52.3.temp, i32 0, i64 0, !dbg !15
  56. // CHECK:STDOUT: %.loc25_52.7.array.index = getelementptr inbounds [4 x i32], ptr %.loc25_52.3.temp, i32 0, i64 1, !dbg !15
  57. // CHECK:STDOUT: %.loc25_52.10.array.index = getelementptr inbounds [4 x i32], ptr %.loc25_52.3.temp, i32 0, i64 2, !dbg !15
  58. // CHECK:STDOUT: %.loc25_52.13.array.index = getelementptr inbounds [4 x i32], ptr %.loc25_52.3.temp, i32 0, i64 3, !dbg !15
  59. // CHECK:STDOUT: %MakePointerPointer.call.init_list.begin = getelementptr inbounds nuw [16 x i8], ptr %.loc25_53.1.temp, i32 0, i32 0, !dbg !14
  60. // CHECK:STDOUT: store ptr @array.loc25_52.18, ptr %MakePointerPointer.call.init_list.begin, align 8, !dbg !14
  61. // CHECK:STDOUT: %MakePointerPointer.call.init_list.end = getelementptr inbounds nuw [16 x i8], ptr %.loc25_53.1.temp, i32 0, i32 8, !dbg !14
  62. // CHECK:STDOUT: store ptr getelementptr inbounds ([4 x i32], ptr @array.loc25_52.18, i32 1), ptr %MakePointerPointer.call.init_list.end, align 8, !dbg !14
  63. // CHECK:STDOUT: call void @_CTakePointerPointer.Main(ptr %.loc25_53.1.temp), !dbg !18
  64. // CHECK:STDOUT: call void @llvm.lifetime.start.p0(ptr %.loc26_47.1.temp), !dbg !16
  65. // CHECK:STDOUT: call void @llvm.lifetime.start.p0(ptr %.loc26_46.3.temp), !dbg !17
  66. // CHECK:STDOUT: %.loc26_46.4.array.index = getelementptr inbounds [4 x i32], ptr %.loc26_46.3.temp, i32 0, i64 0, !dbg !17
  67. // CHECK:STDOUT: %.loc26_46.7.array.index = getelementptr inbounds [4 x i32], ptr %.loc26_46.3.temp, i32 0, i64 1, !dbg !17
  68. // CHECK:STDOUT: %.loc26_46.10.array.index = getelementptr inbounds [4 x i32], ptr %.loc26_46.3.temp, i32 0, i64 2, !dbg !17
  69. // CHECK:STDOUT: %.loc26_46.13.array.index = getelementptr inbounds [4 x i32], ptr %.loc26_46.3.temp, i32 0, i64 3, !dbg !17
  70. // CHECK:STDOUT: %MakePointerSize.call.init_list.begin = getelementptr inbounds nuw [16 x i8], ptr %.loc26_47.1.temp, i32 0, i32 0, !dbg !16
  71. // CHECK:STDOUT: store ptr @array.loc25_52.18, ptr %MakePointerSize.call.init_list.begin, align 8, !dbg !16
  72. // CHECK:STDOUT: %MakePointerSize.call.init_list.size = getelementptr inbounds nuw [16 x i8], ptr %.loc26_47.1.temp, i32 0, i32 8, !dbg !16
  73. // CHECK:STDOUT: store i64 4, ptr %MakePointerSize.call.init_list.size, align 8, !dbg !16
  74. // CHECK:STDOUT: call void @_CTakePointerSize.Main(ptr %.loc26_47.1.temp), !dbg !19
  75. // CHECK:STDOUT: call void @"_COp.91faacee3b3f55ab:core.Destroy.Core"(ptr @array), !dbg !17
  76. // CHECK:STDOUT: call void @"_COp.91faacee3b3f55ab:core.Destroy.Core"(ptr @array), !dbg !15
  77. // CHECK:STDOUT: ret void, !dbg !20
  78. // CHECK:STDOUT: }
  79. // CHECK:STDOUT:
  80. // CHECK:STDOUT: ; Function Attrs: nounwind
  81. // CHECK:STDOUT: define weak_odr void @"_COp.7e389eab4a7e5487:core.Destroy.Core"(ptr %self) #0 !dbg !21 {
  82. // CHECK:STDOUT: entry:
  83. // CHECK:STDOUT: ret void, !dbg !27
  84. // CHECK:STDOUT: }
  85. // CHECK:STDOUT:
  86. // CHECK:STDOUT: ; Function Attrs: nounwind
  87. // CHECK:STDOUT: define weak_odr void @"_COp.91faacee3b3f55ab:core.Destroy.Core"(ptr %self) #0 !dbg !28 {
  88. // CHECK:STDOUT: entry:
  89. // CHECK:STDOUT: ret void, !dbg !34
  90. // CHECK:STDOUT: }
  91. // CHECK:STDOUT:
  92. // CHECK:STDOUT: ; Function Attrs: nocallback nofree nosync nounwind willreturn memory(argmem: readwrite)
  93. // CHECK:STDOUT: declare void @llvm.lifetime.start.p0(ptr captures(none)) #1
  94. // CHECK:STDOUT:
  95. // CHECK:STDOUT: ; uselistorder directives
  96. // CHECK:STDOUT: uselistorder ptr @"_COp.91faacee3b3f55ab:core.Destroy.Core", { 1, 0 }
  97. // CHECK:STDOUT: uselistorder ptr @llvm.lifetime.start.p0, { 3, 2, 1, 0 }
  98. // CHECK:STDOUT:
  99. // CHECK:STDOUT: attributes #0 = { nounwind }
  100. // CHECK:STDOUT: attributes #1 = { nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) }
  101. // CHECK:STDOUT:
  102. // CHECK:STDOUT: !llvm.module.flags = !{!0, !1, !2, !3, !4}
  103. // CHECK:STDOUT: !llvm.dbg.cu = !{!5}
  104. // CHECK:STDOUT: !llvm.errno.tbaa = !{!7}
  105. // CHECK:STDOUT:
  106. // CHECK:STDOUT: !0 = !{i32 7, !"Dwarf Version", i32 5}
  107. // CHECK:STDOUT: !1 = !{i32 2, !"Debug Info Version", i32 3}
  108. // CHECK:STDOUT: !2 = !{i32 8, !"PIC Level", i32 2}
  109. // CHECK:STDOUT: !3 = !{i32 7, !"PIE Level", i32 2}
  110. // CHECK:STDOUT: !4 = !{i32 7, !"uwtable", i32 2}
  111. // CHECK:STDOUT: !5 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !6, producer: "carbon", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug)
  112. // CHECK:STDOUT: !6 = !DIFile(filename: "std_initializer_list_make.carbon", directory: "")
  113. // CHECK:STDOUT: !7 = !{!8, !8, i64 0}
  114. // CHECK:STDOUT: !8 = !{!"int", !9, i64 0}
  115. // CHECK:STDOUT: !9 = !{!"omnipotent char", !10, i64 0}
  116. // CHECK:STDOUT: !10 = !{!"Simple C++ TBAA"}
  117. // CHECK:STDOUT: !11 = distinct !DISubprogram(name: "Test", linkageName: "_CTest.Main", scope: null, file: !6, line: 24, type: !12, spFlags: DISPFlagDefinition, unit: !5)
  118. // CHECK:STDOUT: !12 = !DISubroutineType(types: !13)
  119. // CHECK:STDOUT: !13 = !{null}
  120. // CHECK:STDOUT: !14 = !DILocation(line: 25, column: 22, scope: !11)
  121. // CHECK:STDOUT: !15 = !DILocation(line: 25, column: 41, scope: !11)
  122. // CHECK:STDOUT: !16 = !DILocation(line: 26, column: 19, scope: !11)
  123. // CHECK:STDOUT: !17 = !DILocation(line: 26, column: 35, scope: !11)
  124. // CHECK:STDOUT: !18 = !DILocation(line: 25, column: 3, scope: !11)
  125. // CHECK:STDOUT: !19 = !DILocation(line: 26, column: 3, scope: !11)
  126. // CHECK:STDOUT: !20 = !DILocation(line: 24, column: 1, scope: !11)
  127. // CHECK:STDOUT: !21 = distinct !DISubprogram(name: "Op", linkageName: "_COp.7e389eab4a7e5487:core.Destroy.Core", scope: null, file: !6, line: 26, type: !22, spFlags: DISPFlagDefinition, unit: !5, retainedNodes: !25)
  128. // CHECK:STDOUT: !22 = !DISubroutineType(types: !23)
  129. // CHECK:STDOUT: !23 = !{null, !24}
  130. // CHECK:STDOUT: !24 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
  131. // CHECK:STDOUT: !25 = !{!26}
  132. // CHECK:STDOUT: !26 = !DILocalVariable(arg: 1, scope: !21, type: !24)
  133. // CHECK:STDOUT: !27 = !DILocation(line: 26, column: 35, scope: !21)
  134. // CHECK:STDOUT: !28 = distinct !DISubprogram(name: "Op", linkageName: "_COp.91faacee3b3f55ab:core.Destroy.Core", scope: null, file: !6, line: 26, type: !29, spFlags: DISPFlagDefinition, unit: !5, retainedNodes: !32)
  135. // CHECK:STDOUT: !29 = !DISubroutineType(types: !30)
  136. // CHECK:STDOUT: !30 = !{null, !31}
  137. // CHECK:STDOUT: !31 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: null, size: 64)
  138. // CHECK:STDOUT: !32 = !{!33}
  139. // CHECK:STDOUT: !33 = !DILocalVariable(arg: 1, scope: !28, type: !31)
  140. // CHECK:STDOUT: !34 = !DILocation(line: 26, column: 35, scope: !28)