array_in_place.carbon 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. // AUTOUPDATE
  6. fn F() -> (i32, i32, i32);
  7. fn G() {
  8. var v: [(i32, i32, i32); 2] = (F(), F());
  9. }
  10. // CHECK:STDOUT: --- array_in_place.carbon
  11. // CHECK:STDOUT:
  12. // CHECK:STDOUT: constants {
  13. // CHECK:STDOUT: %Int32: type = fn_type @Int32 [template]
  14. // CHECK:STDOUT: %.1: type = tuple_type () [template]
  15. // CHECK:STDOUT: %struct.1: Int32 = struct_value () [template]
  16. // CHECK:STDOUT: %.2: type = tuple_type (type, type, type) [template]
  17. // CHECK:STDOUT: %.3: type = tuple_type (i32, i32, i32) [template]
  18. // CHECK:STDOUT: %F: type = fn_type @F [template]
  19. // CHECK:STDOUT: %struct.2: F = struct_value () [template]
  20. // CHECK:STDOUT: %G: type = fn_type @G [template]
  21. // CHECK:STDOUT: %struct.3: G = struct_value () [template]
  22. // CHECK:STDOUT: %.4: i32 = int_literal 2 [template]
  23. // CHECK:STDOUT: %.5: type = array_type %.4, (i32, i32, i32) [template]
  24. // CHECK:STDOUT: %.6: type = ptr_type (i32, i32, i32) [template]
  25. // CHECK:STDOUT: %.7: type = ptr_type [(i32, i32, i32); 2] [template]
  26. // CHECK:STDOUT: %.8: type = tuple_type ((i32, i32, i32), (i32, i32, i32)) [template]
  27. // CHECK:STDOUT: %.9: i32 = int_literal 0 [template]
  28. // CHECK:STDOUT: %.10: i32 = int_literal 1 [template]
  29. // CHECK:STDOUT: }
  30. // CHECK:STDOUT:
  31. // CHECK:STDOUT: file {
  32. // CHECK:STDOUT: package: <namespace> = namespace [template] {
  33. // CHECK:STDOUT: .Core = %Core
  34. // CHECK:STDOUT: .F = %F.decl
  35. // CHECK:STDOUT: .G = %G.decl
  36. // CHECK:STDOUT: }
  37. // CHECK:STDOUT: %Core: <namespace> = namespace [template] {}
  38. // CHECK:STDOUT: %import_ref.1: Int32 = import_ref ir3, inst+3, loaded [template = constants.%struct.1]
  39. // CHECK:STDOUT: %import_ref.2: Int32 = import_ref ir3, inst+3, loaded [template = constants.%struct.1]
  40. // CHECK:STDOUT: %import_ref.3: Int32 = import_ref ir3, inst+3, loaded [template = constants.%struct.1]
  41. // CHECK:STDOUT: %F.decl: F = fn_decl @F [template = constants.%struct.2] {
  42. // CHECK:STDOUT: %int.make_type_32.loc7_12: init type = call constants.%struct.1() [template = i32]
  43. // CHECK:STDOUT: %int.make_type_32.loc7_17: init type = call constants.%struct.1() [template = i32]
  44. // CHECK:STDOUT: %int.make_type_32.loc7_22: init type = call constants.%struct.1() [template = i32]
  45. // CHECK:STDOUT: %.loc7_25.1: (type, type, type) = tuple_literal (%int.make_type_32.loc7_12, %int.make_type_32.loc7_17, %int.make_type_32.loc7_22)
  46. // CHECK:STDOUT: %.loc7_25.2: type = value_of_initializer %int.make_type_32.loc7_12 [template = i32]
  47. // CHECK:STDOUT: %.loc7_25.3: type = converted %int.make_type_32.loc7_12, %.loc7_25.2 [template = i32]
  48. // CHECK:STDOUT: %.loc7_25.4: type = value_of_initializer %int.make_type_32.loc7_17 [template = i32]
  49. // CHECK:STDOUT: %.loc7_25.5: type = converted %int.make_type_32.loc7_17, %.loc7_25.4 [template = i32]
  50. // CHECK:STDOUT: %.loc7_25.6: type = value_of_initializer %int.make_type_32.loc7_22 [template = i32]
  51. // CHECK:STDOUT: %.loc7_25.7: type = converted %int.make_type_32.loc7_22, %.loc7_25.6 [template = i32]
  52. // CHECK:STDOUT: %.loc7_25.8: type = converted %.loc7_25.1, constants.%.3 [template = constants.%.3]
  53. // CHECK:STDOUT: @F.%return: ref (i32, i32, i32) = var <return slot>
  54. // CHECK:STDOUT: }
  55. // CHECK:STDOUT: %G.decl: G = fn_decl @G [template = constants.%struct.3] {}
  56. // CHECK:STDOUT: %import_ref.4: Int32 = import_ref ir3, inst+3, loaded [template = constants.%struct.1]
  57. // CHECK:STDOUT: %import_ref.5: Int32 = import_ref ir3, inst+3, loaded [template = constants.%struct.1]
  58. // CHECK:STDOUT: %import_ref.6: Int32 = import_ref ir3, inst+3, loaded [template = constants.%struct.1]
  59. // CHECK:STDOUT: }
  60. // CHECK:STDOUT:
  61. // CHECK:STDOUT: fn @Int32() -> type = "int.make_type_32";
  62. // CHECK:STDOUT:
  63. // CHECK:STDOUT: fn @F() -> (i32, i32, i32);
  64. // CHECK:STDOUT:
  65. // CHECK:STDOUT: fn @G() {
  66. // CHECK:STDOUT: !entry:
  67. // CHECK:STDOUT: %int.make_type_32.loc10_12: init type = call constants.%struct.1() [template = i32]
  68. // CHECK:STDOUT: %int.make_type_32.loc10_17: init type = call constants.%struct.1() [template = i32]
  69. // CHECK:STDOUT: %int.make_type_32.loc10_22: init type = call constants.%struct.1() [template = i32]
  70. // CHECK:STDOUT: %.loc10_25.1: (type, type, type) = tuple_literal (%int.make_type_32.loc10_12, %int.make_type_32.loc10_17, %int.make_type_32.loc10_22)
  71. // CHECK:STDOUT: %.loc10_28: i32 = int_literal 2 [template = constants.%.4]
  72. // CHECK:STDOUT: %.loc10_25.2: type = value_of_initializer %int.make_type_32.loc10_12 [template = i32]
  73. // CHECK:STDOUT: %.loc10_25.3: type = converted %int.make_type_32.loc10_12, %.loc10_25.2 [template = i32]
  74. // CHECK:STDOUT: %.loc10_25.4: type = value_of_initializer %int.make_type_32.loc10_17 [template = i32]
  75. // CHECK:STDOUT: %.loc10_25.5: type = converted %int.make_type_32.loc10_17, %.loc10_25.4 [template = i32]
  76. // CHECK:STDOUT: %.loc10_25.6: type = value_of_initializer %int.make_type_32.loc10_22 [template = i32]
  77. // CHECK:STDOUT: %.loc10_25.7: type = converted %int.make_type_32.loc10_22, %.loc10_25.6 [template = i32]
  78. // CHECK:STDOUT: %.loc10_25.8: type = converted %.loc10_25.1, constants.%.3 [template = constants.%.3]
  79. // CHECK:STDOUT: %.loc10_29: type = array_type %.loc10_28, (i32, i32, i32) [template = constants.%.5]
  80. // CHECK:STDOUT: %v.var: ref [(i32, i32, i32); 2] = var v
  81. // CHECK:STDOUT: %v: ref [(i32, i32, i32); 2] = bind_name v, %v.var
  82. // CHECK:STDOUT: %F.ref.loc10_34: F = name_ref F, file.%F.decl [template = constants.%struct.2]
  83. // CHECK:STDOUT: %.loc10_42.3: ref (i32, i32, i32) = splice_block %.loc10_42.2 {
  84. // CHECK:STDOUT: %.loc10_42.1: i32 = int_literal 0 [template = constants.%.9]
  85. // CHECK:STDOUT: %.loc10_42.2: ref (i32, i32, i32) = array_index %v.var, %.loc10_42.1
  86. // CHECK:STDOUT: }
  87. // CHECK:STDOUT: %F.call.loc10_35: init (i32, i32, i32) = call %F.ref.loc10_34() to %.loc10_42.3
  88. // CHECK:STDOUT: %F.ref.loc10_39: F = name_ref F, file.%F.decl [template = constants.%struct.2]
  89. // CHECK:STDOUT: %.loc10_42.6: ref (i32, i32, i32) = splice_block %.loc10_42.5 {
  90. // CHECK:STDOUT: %.loc10_42.4: i32 = int_literal 1 [template = constants.%.10]
  91. // CHECK:STDOUT: %.loc10_42.5: ref (i32, i32, i32) = array_index %v.var, %.loc10_42.4
  92. // CHECK:STDOUT: }
  93. // CHECK:STDOUT: %F.call.loc10_40: init (i32, i32, i32) = call %F.ref.loc10_39() to %.loc10_42.6
  94. // CHECK:STDOUT: %.loc10_42.7: ((i32, i32, i32), (i32, i32, i32)) = tuple_literal (%F.call.loc10_35, %F.call.loc10_40)
  95. // CHECK:STDOUT: %.loc10_42.8: init [(i32, i32, i32); 2] = array_init (%F.call.loc10_35, %F.call.loc10_40) to %v.var
  96. // CHECK:STDOUT: %.loc10_43: init [(i32, i32, i32); 2] = converted %.loc10_42.7, %.loc10_42.8
  97. // CHECK:STDOUT: assign %v.var, %.loc10_43
  98. // CHECK:STDOUT: return
  99. // CHECK:STDOUT: }
  100. // CHECK:STDOUT: