Skip to content

[5.2] SILGen: Lower the type of the return value merge phi in the context of the current function #29509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

aschwaighofer
Copy link
Contributor

  • Description: The lowering of return block arguments did not lower
    opaque result types in the context of the function. This leads to SIL
    verification errors in assert builds.
  • Scope: Introduced with the automatic lowering of opaque result types
    to their underlying types based on the current function context last year.
  • Testing: A regression test was added to the Swift test suite.

rdar://58929484

…text of the current function

* Description: The lowering of return block arguments did not lower
opaque result types in the context of the function. This leads to SIL
verification errors in assert builds.
* Scope: Introduced with the automatic lowering of opaque result types
to their underlying types based on the current function context last year.
* Testing: A regression test was added to the Swift test suite.

rdar://58929484
@aschwaighofer aschwaighofer requested a review from a team as a code owner January 28, 2020 16:13
@aschwaighofer
Copy link
Contributor Author

@swift-ci Please test

@aschwaighofer
Copy link
Contributor Author

Original PR: #29508

@tkremenek tkremenek merged commit 9e1838c into swiftlang:swift-5.2-branch Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants