self_in_interface_param.carbon 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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/none.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/check/testdata/facet/self_in_interface_param.carbon
  10. // TIP: To dump output, run:
  11. // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/facet/self_in_interface_param.carbon
  12. interface I(T:! type) {
  13. let I1:! type;
  14. }
  15. //@dump-sem-ir-begin
  16. fn F(T:! I(.Self) where .I1 = ()) -> T.I1 {
  17. return ();
  18. }
  19. //@dump-sem-ir-end
  20. fn G(_:! I(.Self) where .I1 = ()) {}
  21. // CHECK:STDOUT: --- self_in_interface_param.carbon
  22. // CHECK:STDOUT:
  23. // CHECK:STDOUT: constants {
  24. // CHECK:STDOUT: %type: type = facet_type <type> [concrete]
  25. // CHECK:STDOUT: %.Self.c39: %type = symbolic_binding .Self [symbolic_self]
  26. // CHECK:STDOUT: %I.type.609: type = generic_interface_type @I [concrete]
  27. // CHECK:STDOUT: %empty_tuple.type: type = tuple_type () [concrete]
  28. // CHECK:STDOUT: %I.generic: %I.type.609 = struct_value () [concrete]
  29. // CHECK:STDOUT: %.Self.as_type.246: type = facet_access_type %.Self.c39 [symbolic_self]
  30. // CHECK:STDOUT: %I.type.6e7: type = facet_type <@I, @I(%.Self.as_type.246)> [symbolic_self]
  31. // CHECK:STDOUT: %.Self.534: %I.type.6e7 = symbolic_binding .Self [symbolic_self]
  32. // CHECK:STDOUT: %I.assoc_type.24b: type = assoc_entity_type @I, @I(%.Self.as_type.246) [symbolic_self]
  33. // CHECK:STDOUT: %assoc0.0ba: %I.assoc_type.24b = assoc_entity element0, @I.WithSelf.%I1 [symbolic_self]
  34. // CHECK:STDOUT: %.Self.as_type.089: type = facet_access_type %.Self.534 [symbolic_self]
  35. // CHECK:STDOUT: %I.lookup_impl_witness.42f: <witness> = lookup_impl_witness %.Self.534, @I, @I(%.Self.as_type.246) [symbolic_self]
  36. // CHECK:STDOUT: %impl.elem0: type = impl_witness_access %I.lookup_impl_witness.42f, element0 [symbolic_self]
  37. // CHECK:STDOUT: %empty_tuple: %empty_tuple.type = tuple_value () [concrete]
  38. // CHECK:STDOUT: %I_where.type: type = facet_type <@I, @I(%.Self.as_type.246) where %impl.elem0 = %empty_tuple.type> [symbolic_self]
  39. // CHECK:STDOUT: %pattern_type.0d7: type = pattern_type %I_where.type [symbolic_self]
  40. // CHECK:STDOUT: %T.279: %I_where.type = symbolic_binding T, 0 [symbolic]
  41. // CHECK:STDOUT: %T.as_type: type = facet_access_type %T.279 [symbolic]
  42. // CHECK:STDOUT: %facet_value: %type = facet_value %T.as_type, () [symbolic]
  43. // CHECK:STDOUT: %I.lookup_impl_witness.baf: <witness> = lookup_impl_witness %T.279, @I, @I(%T.as_type) [symbolic]
  44. // CHECK:STDOUT: %.262: Core.Form = init_form %empty_tuple.type [concrete]
  45. // CHECK:STDOUT: %pattern_type.cb1: type = pattern_type %empty_tuple.type [concrete]
  46. // CHECK:STDOUT: %F.type: type = fn_type @F [concrete]
  47. // CHECK:STDOUT: %F: %F.type = struct_value () [concrete]
  48. // CHECK:STDOUT: }
  49. // CHECK:STDOUT:
  50. // CHECK:STDOUT: file {
  51. // CHECK:STDOUT: %F.decl: %F.type = fn_decl @F [concrete = constants.%F] {
  52. // CHECK:STDOUT: %T.patt: %pattern_type.0d7 = symbolic_binding_pattern T, 0 [concrete]
  53. // CHECK:STDOUT: %return.param_patt: %pattern_type.cb1 = out_param_pattern [concrete]
  54. // CHECK:STDOUT: %return.patt: %pattern_type.cb1 = return_slot_pattern %return.param_patt, %impl.elem0.loc18_39 [concrete]
  55. // CHECK:STDOUT: } {
  56. // CHECK:STDOUT: %T.ref: %I_where.type = name_ref T, %T.loc18_7.2 [symbolic = %T.loc18_7.1 (constants.%T.279)]
  57. // CHECK:STDOUT: %T.as_type.loc18_39.2: type = facet_access_type %T.ref [symbolic = %T.as_type.loc18_39.1 (constants.%T.as_type)]
  58. // CHECK:STDOUT: %.loc18_39.1: type = converted %T.ref, %T.as_type.loc18_39.2 [symbolic = %T.as_type.loc18_39.1 (constants.%T.as_type)]
  59. // CHECK:STDOUT: %.loc18_39.2: %I.assoc_type.24b = specific_constant @I1.%assoc0, @I.WithSelf(constants.%.Self.as_type.246, constants.%T.279) [symbolic_self = constants.%assoc0.0ba]
  60. // CHECK:STDOUT: %I1.ref.loc18_39: %I.assoc_type.24b = name_ref I1, %.loc18_39.2 [symbolic_self = constants.%assoc0.0ba]
  61. // CHECK:STDOUT: %facet_value.loc18_39.2: %type = facet_value constants.%T.as_type, () [symbolic = %facet_value.loc18_39.1 (constants.%facet_value)]
  62. // CHECK:STDOUT: %.loc18_39.3: %type = converted constants.%T.as_type, %facet_value.loc18_39.2 [symbolic = %facet_value.loc18_39.1 (constants.%facet_value)]
  63. // CHECK:STDOUT: %T.as_type.loc18_39.3: type = facet_access_type constants.%T.279 [symbolic = %T.as_type.loc18_39.1 (constants.%T.as_type)]
  64. // CHECK:STDOUT: %facet_value.loc18_39.3: %type = facet_value %T.as_type.loc18_39.3, () [symbolic = %facet_value.loc18_39.1 (constants.%facet_value)]
  65. // CHECK:STDOUT: %.loc18_39.4: %type = converted constants.%T.279, %facet_value.loc18_39.3 [symbolic = %facet_value.loc18_39.1 (constants.%facet_value)]
  66. // CHECK:STDOUT: %T.as_type.loc18_39.4: type = facet_access_type constants.%T.279 [symbolic = %T.as_type.loc18_39.1 (constants.%T.as_type)]
  67. // CHECK:STDOUT: %facet_value.loc18_39.4: %type = facet_value %T.as_type.loc18_39.4, () [symbolic = %facet_value.loc18_39.1 (constants.%facet_value)]
  68. // CHECK:STDOUT: %.loc18_39.5: %type = converted constants.%T.279, %facet_value.loc18_39.4 [symbolic = %facet_value.loc18_39.1 (constants.%facet_value)]
  69. // CHECK:STDOUT: %impl.elem0.loc18_39: type = impl_witness_access constants.%I.lookup_impl_witness.baf, element0 [concrete = constants.%empty_tuple.type]
  70. // CHECK:STDOUT: %.loc18_39.6: Core.Form = init_form %impl.elem0.loc18_39 [concrete = constants.%.262]
  71. // CHECK:STDOUT: %.loc18_19.1: type = splice_block %.loc18_19.2 [symbolic_self = constants.%I_where.type] {
  72. // CHECK:STDOUT: <elided>
  73. // CHECK:STDOUT: %I.ref: %I.type.609 = name_ref I, file.%I.decl [concrete = constants.%I.generic]
  74. // CHECK:STDOUT: %.Self.ref.loc18_12: %type = name_ref .Self, %.Self.1 [symbolic_self = constants.%.Self.c39]
  75. // CHECK:STDOUT: %.Self.as_type.loc18_17: type = facet_access_type %.Self.ref.loc18_12 [symbolic_self = constants.%.Self.as_type.246]
  76. // CHECK:STDOUT: %.loc18_17: type = converted %.Self.ref.loc18_12, %.Self.as_type.loc18_17 [symbolic_self = constants.%.Self.as_type.246]
  77. // CHECK:STDOUT: %I.type: type = facet_type <@I, @I(constants.%.Self.as_type.246)> [symbolic_self = constants.%I.type.6e7]
  78. // CHECK:STDOUT: <elided>
  79. // CHECK:STDOUT: %.Self.ref.loc18_25: %I.type.6e7 = name_ref .Self, %.Self.2 [symbolic_self = constants.%.Self.534]
  80. // CHECK:STDOUT: %.Self.as_type.loc18_25: type = facet_access_type %.Self.ref.loc18_25 [symbolic_self = constants.%.Self.as_type.089]
  81. // CHECK:STDOUT: %.loc18_25.1: type = converted %.Self.ref.loc18_25, %.Self.as_type.loc18_25 [symbolic_self = constants.%.Self.as_type.089]
  82. // CHECK:STDOUT: %.loc18_25.2: %I.assoc_type.24b = specific_constant @I1.%assoc0, @I.WithSelf(constants.%.Self.as_type.246, constants.%.Self.534) [symbolic_self = constants.%assoc0.0ba]
  83. // CHECK:STDOUT: %I1.ref.loc18_25: %I.assoc_type.24b = name_ref I1, %.loc18_25.2 [symbolic_self = constants.%assoc0.0ba]
  84. // CHECK:STDOUT: %impl.elem0.loc18_25: type = impl_witness_access constants.%I.lookup_impl_witness.42f, element0 [symbolic_self = constants.%impl.elem0]
  85. // CHECK:STDOUT: %.loc18_32.1: %empty_tuple.type = tuple_literal () [concrete = constants.%empty_tuple]
  86. // CHECK:STDOUT: %.loc18_32.2: type = converted %.loc18_32.1, constants.%empty_tuple.type [concrete = constants.%empty_tuple.type]
  87. // CHECK:STDOUT: %.loc18_19.2: type = where_expr %.Self.2 [symbolic_self = constants.%I_where.type] {
  88. // CHECK:STDOUT: requirement_base_facet_type constants.%I.type.6e7
  89. // CHECK:STDOUT: requirement_rewrite %impl.elem0.loc18_25, %.loc18_32.2
  90. // CHECK:STDOUT: }
  91. // CHECK:STDOUT: }
  92. // CHECK:STDOUT: %T.loc18_7.2: %I_where.type = symbolic_binding T, 0 [symbolic = %T.loc18_7.1 (constants.%T.279)]
  93. // CHECK:STDOUT: %return.param: ref %empty_tuple.type = out_param call_param0
  94. // CHECK:STDOUT: %return: ref %empty_tuple.type = return_slot %return.param
  95. // CHECK:STDOUT: }
  96. // CHECK:STDOUT: }
  97. // CHECK:STDOUT:
  98. // CHECK:STDOUT: generic fn @F(%T.loc18_7.2: %I_where.type) {
  99. // CHECK:STDOUT: %T.loc18_7.1: %I_where.type = symbolic_binding T, 0 [symbolic = %T.loc18_7.1 (constants.%T.279)]
  100. // CHECK:STDOUT: %T.as_type.loc18_39.1: type = facet_access_type %T.loc18_7.1 [symbolic = %T.as_type.loc18_39.1 (constants.%T.as_type)]
  101. // CHECK:STDOUT: %facet_value.loc18_39.1: %type = facet_value %T.as_type.loc18_39.1, () [symbolic = %facet_value.loc18_39.1 (constants.%facet_value)]
  102. // CHECK:STDOUT:
  103. // CHECK:STDOUT: !definition:
  104. // CHECK:STDOUT:
  105. // CHECK:STDOUT: fn() -> out %return.param: %empty_tuple.type {
  106. // CHECK:STDOUT: !entry:
  107. // CHECK:STDOUT: %.loc19_11.1: %empty_tuple.type = tuple_literal () [concrete = constants.%empty_tuple]
  108. // CHECK:STDOUT: %.loc19_11.2: init %empty_tuple.type = tuple_init () [concrete = constants.%empty_tuple]
  109. // CHECK:STDOUT: %.loc19_12: init %empty_tuple.type = converted %.loc19_11.1, %.loc19_11.2 [concrete = constants.%empty_tuple]
  110. // CHECK:STDOUT: return %.loc19_12
  111. // CHECK:STDOUT: }
  112. // CHECK:STDOUT: }
  113. // CHECK:STDOUT:
  114. // CHECK:STDOUT: specific @F(constants.%T.279) {
  115. // CHECK:STDOUT: %T.loc18_7.1 => constants.%T.279
  116. // CHECK:STDOUT: %T.as_type.loc18_39.1 => constants.%T.as_type
  117. // CHECK:STDOUT: %facet_value.loc18_39.1 => constants.%facet_value
  118. // CHECK:STDOUT: }
  119. // CHECK:STDOUT: