literal_member_access.carbon 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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/int.carbon
  6. // TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
  7. // EXTRA-ARGS: --dump-sem-ir-ranges=if-present
  8. //
  9. // AUTOUPDATE
  10. // TIP: To test this file alone, run:
  11. // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/struct/literal_member_access.carbon
  12. // TIP: To dump output, run:
  13. // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/struct/literal_member_access.carbon
  14. fn G() -> {.x: i32, .y: i32, .z: i32};
  15. fn F() -> i32 {
  16. return {.a = 1, .b = G(), .c = 3}.b.y;
  17. }
  18. // CHECK:STDOUT: --- literal_member_access.carbon
  19. // CHECK:STDOUT:
  20. // CHECK:STDOUT: constants {
  21. // CHECK:STDOUT: %int_32: Core.IntLiteral = int_value 32 [concrete]
  22. // CHECK:STDOUT: %Int.type: type = generic_class_type @Int [concrete]
  23. // CHECK:STDOUT: %empty_tuple.type: type = tuple_type () [concrete]
  24. // CHECK:STDOUT: %Int.generic: %Int.type = struct_value () [concrete]
  25. // CHECK:STDOUT: %i32: type = class_type @Int, @Int(%int_32) [concrete]
  26. // CHECK:STDOUT: %struct_type.x.y.z: type = struct_type {.x: %i32, .y: %i32, .z: %i32} [concrete]
  27. // CHECK:STDOUT: %pattern_type.c6b: type = pattern_type %struct_type.x.y.z [concrete]
  28. // CHECK:STDOUT: %G.type: type = fn_type @G [concrete]
  29. // CHECK:STDOUT: %G: %G.type = struct_value () [concrete]
  30. // CHECK:STDOUT: %pattern_type.7ce: type = pattern_type %i32 [concrete]
  31. // CHECK:STDOUT: %F.type: type = fn_type @F [concrete]
  32. // CHECK:STDOUT: %F: %F.type = struct_value () [concrete]
  33. // CHECK:STDOUT: %int_1: Core.IntLiteral = int_value 1 [concrete]
  34. // CHECK:STDOUT: %ptr.6eb: type = ptr_type %struct_type.x.y.z [concrete]
  35. // CHECK:STDOUT: %int_3: Core.IntLiteral = int_value 3 [concrete]
  36. // CHECK:STDOUT: %struct_type.a.b.c.4ca: type = struct_type {.a: Core.IntLiteral, .b: %struct_type.x.y.z, .c: Core.IntLiteral} [concrete]
  37. // CHECK:STDOUT: %Destroy.type: type = facet_type <@Destroy> [concrete]
  38. // CHECK:STDOUT: %Op.type.f60: type = fn_type @Op.2, @Destroy.impl(%struct_type.x.y.z) [concrete]
  39. // CHECK:STDOUT: %Op.1a4: %Op.type.f60 = struct_value () [concrete]
  40. // CHECK:STDOUT: %Op.specific_fn: <specific function> = specific_function %Op.1a4, @Op.2(%struct_type.x.y.z) [concrete]
  41. // CHECK:STDOUT: }
  42. // CHECK:STDOUT:
  43. // CHECK:STDOUT: imports {
  44. // CHECK:STDOUT: %Core: <namespace> = namespace file.%Core.import, [concrete] {
  45. // CHECK:STDOUT: .Int = %Core.Int
  46. // CHECK:STDOUT: .Destroy = %Core.Destroy
  47. // CHECK:STDOUT: import Core//prelude
  48. // CHECK:STDOUT: import Core//prelude/...
  49. // CHECK:STDOUT: }
  50. // CHECK:STDOUT: %Core.Int: %Int.type = import_ref Core//prelude/parts/int, Int, loaded [concrete = constants.%Int.generic]
  51. // CHECK:STDOUT: %Core.Destroy: type = import_ref Core//prelude/parts/destroy, Destroy, loaded [concrete = constants.%Destroy.type]
  52. // CHECK:STDOUT: }
  53. // CHECK:STDOUT:
  54. // CHECK:STDOUT: file {
  55. // CHECK:STDOUT: package: <namespace> = namespace [concrete] {
  56. // CHECK:STDOUT: .Core = imports.%Core
  57. // CHECK:STDOUT: .G = %G.decl
  58. // CHECK:STDOUT: .F = %F.decl
  59. // CHECK:STDOUT: }
  60. // CHECK:STDOUT: %Core.import = import Core
  61. // CHECK:STDOUT: %G.decl: %G.type = fn_decl @G [concrete = constants.%G] {
  62. // CHECK:STDOUT: %return.patt: %pattern_type.c6b = return_slot_pattern [concrete]
  63. // CHECK:STDOUT: %return.param_patt: %pattern_type.c6b = out_param_pattern %return.patt, call_param0 [concrete]
  64. // CHECK:STDOUT: } {
  65. // CHECK:STDOUT: %int_32.loc15_16: Core.IntLiteral = int_value 32 [concrete = constants.%int_32]
  66. // CHECK:STDOUT: %i32.loc15_16: type = class_type @Int, @Int(constants.%int_32) [concrete = constants.%i32]
  67. // CHECK:STDOUT: %int_32.loc15_25: Core.IntLiteral = int_value 32 [concrete = constants.%int_32]
  68. // CHECK:STDOUT: %i32.loc15_25: type = class_type @Int, @Int(constants.%int_32) [concrete = constants.%i32]
  69. // CHECK:STDOUT: %int_32.loc15_34: Core.IntLiteral = int_value 32 [concrete = constants.%int_32]
  70. // CHECK:STDOUT: %i32.loc15_34: type = class_type @Int, @Int(constants.%int_32) [concrete = constants.%i32]
  71. // CHECK:STDOUT: %struct_type.x.y.z: type = struct_type {.x: %i32, .y: %i32, .z: %i32} [concrete = constants.%struct_type.x.y.z]
  72. // CHECK:STDOUT: %return.param: ref %struct_type.x.y.z = out_param call_param0
  73. // CHECK:STDOUT: %return: ref %struct_type.x.y.z = return_slot %return.param
  74. // CHECK:STDOUT: }
  75. // CHECK:STDOUT: %F.decl: %F.type = fn_decl @F [concrete = constants.%F] {
  76. // CHECK:STDOUT: %return.patt: %pattern_type.7ce = return_slot_pattern [concrete]
  77. // CHECK:STDOUT: %return.param_patt: %pattern_type.7ce = out_param_pattern %return.patt, call_param0 [concrete]
  78. // CHECK:STDOUT: } {
  79. // CHECK:STDOUT: %int_32: Core.IntLiteral = int_value 32 [concrete = constants.%int_32]
  80. // CHECK:STDOUT: %i32: type = class_type @Int, @Int(constants.%int_32) [concrete = constants.%i32]
  81. // CHECK:STDOUT: %return.param: ref %i32 = out_param call_param0
  82. // CHECK:STDOUT: %return: ref %i32 = return_slot %return.param
  83. // CHECK:STDOUT: }
  84. // CHECK:STDOUT: }
  85. // CHECK:STDOUT:
  86. // CHECK:STDOUT: fn @G() -> %return.param: %struct_type.x.y.z;
  87. // CHECK:STDOUT:
  88. // CHECK:STDOUT: fn @F() -> %i32 {
  89. // CHECK:STDOUT: !entry:
  90. // CHECK:STDOUT: %int_1: Core.IntLiteral = int_value 1 [concrete = constants.%int_1]
  91. // CHECK:STDOUT: %G.ref: %G.type = name_ref G, file.%G.decl [concrete = constants.%G]
  92. // CHECK:STDOUT: %.loc18_26.1: ref %struct_type.x.y.z = temporary_storage
  93. // CHECK:STDOUT: %G.call: init %struct_type.x.y.z = call %G.ref() to %.loc18_26.1
  94. // CHECK:STDOUT: %int_3: Core.IntLiteral = int_value 3 [concrete = constants.%int_3]
  95. // CHECK:STDOUT: %.loc18_35.1: %struct_type.a.b.c.4ca = struct_literal (%int_1, %G.call, %int_3)
  96. // CHECK:STDOUT: %.loc18_26.2: ref %struct_type.x.y.z = temporary %.loc18_26.1, %G.call
  97. // CHECK:STDOUT: %.loc18_26.3: ref %i32 = struct_access %.loc18_26.2, element0
  98. // CHECK:STDOUT: %.loc18_26.4: %i32 = bind_value %.loc18_26.3
  99. // CHECK:STDOUT: %.loc18_26.5: ref %i32 = struct_access %.loc18_26.2, element1
  100. // CHECK:STDOUT: %.loc18_26.6: %i32 = bind_value %.loc18_26.5
  101. // CHECK:STDOUT: %.loc18_26.7: ref %i32 = struct_access %.loc18_26.2, element2
  102. // CHECK:STDOUT: %.loc18_26.8: %i32 = bind_value %.loc18_26.7
  103. // CHECK:STDOUT: %struct.loc18_26: %struct_type.x.y.z = struct_value (%.loc18_26.4, %.loc18_26.6, %.loc18_26.8)
  104. // CHECK:STDOUT: %.loc18_35.2: %struct_type.x.y.z = converted %G.call, %struct.loc18_26
  105. // CHECK:STDOUT: %struct.loc18_35: %struct_type.a.b.c.4ca = struct_value (%int_1, %.loc18_35.2, %int_3)
  106. // CHECK:STDOUT: %.loc18_35.3: %struct_type.a.b.c.4ca = converted %.loc18_35.1, %struct.loc18_35
  107. // CHECK:STDOUT: %.loc18_36: %struct_type.x.y.z = struct_access %.loc18_35.3, element1
  108. // CHECK:STDOUT: %.loc18_38: %i32 = struct_access %.loc18_36, element1
  109. // CHECK:STDOUT: %Op.bound: <bound method> = bound_method %.loc18_26.1, constants.%Op.1a4
  110. // CHECK:STDOUT: %Op.specific_fn: <specific function> = specific_function constants.%Op.1a4, @Op.2(constants.%struct_type.x.y.z) [concrete = constants.%Op.specific_fn]
  111. // CHECK:STDOUT: %bound_method: <bound method> = bound_method %.loc18_26.1, %Op.specific_fn
  112. // CHECK:STDOUT: %addr: %ptr.6eb = addr_of %.loc18_26.1
  113. // CHECK:STDOUT: %no_op: init %empty_tuple.type = call %bound_method(%addr)
  114. // CHECK:STDOUT: return %.loc18_38
  115. // CHECK:STDOUT: }
  116. // CHECK:STDOUT: