Skip to content

[pmo] Use SILBuilder::emitDestructureOperation to destructure values … #21877

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

gottesmm
Copy link
Contributor

…instead of emitting our own tuple_extracts.

This will cause this code to automagically work correctly in ossa code since we
will instead of emitting the tuple_extracts will emit a destructure operation
automagically without code change.

Since this entrypoint will emit tuple_extracts in non-ossa code, this is a NFC
patch.

…instead of emitting our own tuple_extracts.

This will cause this code to automagically work correctly in ossa code since we
will instead of emitting the tuple_extracts will emit a destructure operation
automagically without code change.

Since this entrypoint will emit tuple_extracts in non-ossa code, this is a NFC
patch.
@gottesmm
Copy link
Contributor Author

@swift-ci smoke test and merge

@slavapestov
Copy link
Contributor

Cool!

@swift-ci swift-ci merged commit f6e4941 into swiftlang:master Jan 15, 2019
@gottesmm gottesmm deleted the pr-2186494e202cd0077bd89580e12e7ec214a8975b branch January 15, 2019 20:23
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.

3 participants