impl_as.carbon 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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/destroy.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/impl/impl_as.carbon
  12. // TIP: To dump output, run:
  13. // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/impl/impl_as.carbon
  14. interface Simple {
  15. fn F();
  16. }
  17. class C {
  18. impl as Simple {
  19. fn F() {
  20. // C is a complete type here.
  21. var unused c: C = {};
  22. }
  23. }
  24. }
  25. // CHECK:STDOUT: --- impl_as.carbon
  26. // CHECK:STDOUT:
  27. // CHECK:STDOUT: constants {
  28. // CHECK:STDOUT: %Simple.type: type = facet_type <@Simple> [concrete]
  29. // CHECK:STDOUT: %Self.af2: %Simple.type = symbolic_binding Self, 0 [symbolic]
  30. // CHECK:STDOUT: %Simple.WithSelf.F.type.75b: type = fn_type @Simple.WithSelf.F, @Simple(%Self.af2) [symbolic]
  31. // CHECK:STDOUT: %empty_tuple.type: type = tuple_type () [concrete]
  32. // CHECK:STDOUT: %Simple.WithSelf.F.58c: %Simple.WithSelf.F.type.75b = struct_value () [symbolic]
  33. // CHECK:STDOUT: %Simple.assoc_type: type = assoc_entity_type @Simple [concrete]
  34. // CHECK:STDOUT: %assoc0.db6: %Simple.assoc_type = assoc_entity element0, @Simple.%Simple.WithSelf.F.decl [concrete]
  35. // CHECK:STDOUT: %C: type = class_type @C [concrete]
  36. // CHECK:STDOUT: %Simple.impl_witness: <witness> = impl_witness @C.as.Simple.impl.%Simple.impl_witness_table [concrete]
  37. // CHECK:STDOUT: %C.as.Simple.impl.F.type: type = fn_type @C.as.Simple.impl.F [concrete]
  38. // CHECK:STDOUT: %C.as.Simple.impl.F: %C.as.Simple.impl.F.type = struct_value () [concrete]
  39. // CHECK:STDOUT: %Simple.facet: %Simple.type = facet_value %C, (%Simple.impl_witness) [concrete]
  40. // CHECK:STDOUT: %Simple.WithSelf.F.type.839: type = fn_type @Simple.WithSelf.F, @Simple(%Simple.facet) [concrete]
  41. // CHECK:STDOUT: %Simple.WithSelf.F.79e: %Simple.WithSelf.F.type.839 = struct_value () [concrete]
  42. // CHECK:STDOUT: %empty_struct_type: type = struct_type {} [concrete]
  43. // CHECK:STDOUT: %complete_type: <witness> = complete_type_witness %empty_struct_type [concrete]
  44. // CHECK:STDOUT: %pattern_type.7c7: type = pattern_type %C [concrete]
  45. // CHECK:STDOUT: %empty_struct: %empty_struct_type = struct_value () [concrete]
  46. // CHECK:STDOUT: %C.val: %C = struct_value () [concrete]
  47. // CHECK:STDOUT: %Destroy.type: type = facet_type <@Destroy> [concrete]
  48. // CHECK:STDOUT: %DestroyOp.type: type = fn_type @DestroyOp [concrete]
  49. // CHECK:STDOUT: %DestroyOp: %DestroyOp.type = struct_value () [concrete]
  50. // CHECK:STDOUT: }
  51. // CHECK:STDOUT:
  52. // CHECK:STDOUT: imports {
  53. // CHECK:STDOUT: %Core: <namespace> = namespace file.%Core.import, [concrete] {
  54. // CHECK:STDOUT: .Destroy = %Core.Destroy
  55. // CHECK:STDOUT: import Core//prelude
  56. // CHECK:STDOUT: import Core//prelude/...
  57. // CHECK:STDOUT: }
  58. // CHECK:STDOUT: %Core.Destroy: type = import_ref Core//prelude/parts/destroy, Destroy, loaded [concrete = constants.%Destroy.type]
  59. // CHECK:STDOUT: }
  60. // CHECK:STDOUT:
  61. // CHECK:STDOUT: file {
  62. // CHECK:STDOUT: package: <namespace> = namespace [concrete] {
  63. // CHECK:STDOUT: .Core = imports.%Core
  64. // CHECK:STDOUT: .Simple = %Simple.decl
  65. // CHECK:STDOUT: .C = %C.decl
  66. // CHECK:STDOUT: }
  67. // CHECK:STDOUT: %Core.import = import Core
  68. // CHECK:STDOUT: %Simple.decl: type = interface_decl @Simple [concrete = constants.%Simple.type] {} {}
  69. // CHECK:STDOUT: %C.decl: type = class_decl @C [concrete = constants.%C] {} {}
  70. // CHECK:STDOUT: }
  71. // CHECK:STDOUT:
  72. // CHECK:STDOUT: interface @Simple {
  73. // CHECK:STDOUT: %Self.loc15: %Simple.type = symbolic_binding Self, 0 [symbolic = constants.%Self.af2]
  74. // CHECK:STDOUT: interface_with_self_decl @Simple [concrete]
  75. // CHECK:STDOUT:
  76. // CHECK:STDOUT: !with Self:
  77. // CHECK:STDOUT: %Simple.WithSelf.F.decl: @Simple.%Simple.WithSelf.F.type (%Simple.WithSelf.F.type.75b) = fn_decl @Simple.WithSelf.F [symbolic = @Simple.%Simple.WithSelf.F (constants.%Simple.WithSelf.F.58c)] {} {}
  78. // CHECK:STDOUT: %assoc0: %Simple.assoc_type = assoc_entity element0, %Simple.WithSelf.F.decl [concrete = constants.%assoc0.db6]
  79. // CHECK:STDOUT:
  80. // CHECK:STDOUT: !members:
  81. // CHECK:STDOUT: .Self = %Self.loc15
  82. // CHECK:STDOUT: .F = %assoc0
  83. // CHECK:STDOUT: witness = (%Simple.WithSelf.F.decl)
  84. // CHECK:STDOUT:
  85. // CHECK:STDOUT: !requires:
  86. // CHECK:STDOUT: }
  87. // CHECK:STDOUT:
  88. // CHECK:STDOUT: impl @C.as.Simple.impl: %Self.ref as %Simple.ref {
  89. // CHECK:STDOUT: %C.as.Simple.impl.F.decl: %C.as.Simple.impl.F.type = fn_decl @C.as.Simple.impl.F [concrete = constants.%C.as.Simple.impl.F] {} {}
  90. // CHECK:STDOUT: %Simple.impl_witness_table = impl_witness_table (%C.as.Simple.impl.F.decl), @C.as.Simple.impl [concrete]
  91. // CHECK:STDOUT: %Simple.impl_witness: <witness> = impl_witness %Simple.impl_witness_table [concrete = constants.%Simple.impl_witness]
  92. // CHECK:STDOUT:
  93. // CHECK:STDOUT: !members:
  94. // CHECK:STDOUT: .F = %C.as.Simple.impl.F.decl
  95. // CHECK:STDOUT: .C = <poisoned>
  96. // CHECK:STDOUT: witness = %Simple.impl_witness
  97. // CHECK:STDOUT: }
  98. // CHECK:STDOUT:
  99. // CHECK:STDOUT: class @C {
  100. // CHECK:STDOUT: impl_decl @C.as.Simple.impl [concrete] {} {
  101. // CHECK:STDOUT: %Self.ref: type = name_ref Self, constants.%C [concrete = constants.%C]
  102. // CHECK:STDOUT: %Simple.ref: type = name_ref Simple, file.%Simple.decl [concrete = constants.%Simple.type]
  103. // CHECK:STDOUT: }
  104. // CHECK:STDOUT: %complete_type: <witness> = complete_type_witness constants.%empty_struct_type [concrete = constants.%complete_type]
  105. // CHECK:STDOUT: complete_type_witness = %complete_type
  106. // CHECK:STDOUT:
  107. // CHECK:STDOUT: !members:
  108. // CHECK:STDOUT: .Self = constants.%C
  109. // CHECK:STDOUT: .Simple = <poisoned>
  110. // CHECK:STDOUT: .C = <poisoned>
  111. // CHECK:STDOUT: }
  112. // CHECK:STDOUT:
  113. // CHECK:STDOUT: generic fn @Simple.WithSelf.F(@Simple.%Self.loc15: %Simple.type) {
  114. // CHECK:STDOUT: fn();
  115. // CHECK:STDOUT: }
  116. // CHECK:STDOUT:
  117. // CHECK:STDOUT: fn @C.as.Simple.impl.F() {
  118. // CHECK:STDOUT: !entry:
  119. // CHECK:STDOUT: name_binding_decl {
  120. // CHECK:STDOUT: %c.patt: %pattern_type.7c7 = ref_binding_pattern c [concrete]
  121. // CHECK:STDOUT: %c.var_patt: %pattern_type.7c7 = var_pattern %c.patt [concrete]
  122. // CHECK:STDOUT: }
  123. // CHECK:STDOUT: %c.var: ref %C = var %c.var_patt
  124. // CHECK:STDOUT: %.loc23_26.1: %empty_struct_type = struct_literal () [concrete = constants.%empty_struct]
  125. // CHECK:STDOUT: %.loc23_26.2: init %C to %c.var = class_init () [concrete = constants.%C.val]
  126. // CHECK:STDOUT: %.loc23_7: init %C = converted %.loc23_26.1, %.loc23_26.2 [concrete = constants.%C.val]
  127. // CHECK:STDOUT: assign %c.var, %.loc23_7
  128. // CHECK:STDOUT: %C.ref: type = name_ref C, file.%C.decl [concrete = constants.%C]
  129. // CHECK:STDOUT: %c: ref %C = ref_binding c, %c.var
  130. // CHECK:STDOUT: %DestroyOp.bound: <bound method> = bound_method %c.var, constants.%DestroyOp
  131. // CHECK:STDOUT: %DestroyOp.call: init %empty_tuple.type = call %DestroyOp.bound(%c.var)
  132. // CHECK:STDOUT: return
  133. // CHECK:STDOUT: }
  134. // CHECK:STDOUT:
  135. // CHECK:STDOUT: fn @DestroyOp(%self.param: ref %C) = "no_op";
  136. // CHECK:STDOUT:
  137. // CHECK:STDOUT: specific @Simple(constants.%Self.af2) {
  138. // CHECK:STDOUT: !definition:
  139. // CHECK:STDOUT: %Self.loc16 => constants.%Self.af2
  140. // CHECK:STDOUT: %Simple.WithSelf.F.type => constants.%Simple.WithSelf.F.type.75b
  141. // CHECK:STDOUT: %Simple.WithSelf.F => constants.%Simple.WithSelf.F.58c
  142. // CHECK:STDOUT: }
  143. // CHECK:STDOUT:
  144. // CHECK:STDOUT: specific @Simple.WithSelf.F(constants.%Self.af2) {}
  145. // CHECK:STDOUT:
  146. // CHECK:STDOUT: specific @Simple(constants.%Simple.facet) {
  147. // CHECK:STDOUT: !definition:
  148. // CHECK:STDOUT: %Self.loc16 => constants.%Simple.facet
  149. // CHECK:STDOUT: %Simple.WithSelf.F.type => constants.%Simple.WithSelf.F.type.839
  150. // CHECK:STDOUT: %Simple.WithSelf.F => constants.%Simple.WithSelf.F.79e
  151. // CHECK:STDOUT: }
  152. // CHECK:STDOUT:
  153. // CHECK:STDOUT: specific @Simple.WithSelf.F(constants.%Simple.facet) {}
  154. // CHECK:STDOUT: