Skip to content

[silgen] Add SILGen support for emitting copy_unmanaged_value instead… #26843

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

… of unmanaged_to_ref + strong_retain.

This will ensure that the optimizer never eliminates the strong_retain. This
operation is meant to be unmanaged, we should respect the user's choice here
even in optimized builds.

… of unmanaged_to_ref + strong_retain.

This will ensure that the optimizer never eliminates the strong_retain. This
operation is meant to be unmanaged, we should respect the user's choice here
even in optimized builds.
@gottesmm gottesmm requested a review from jckarter August 26, 2019 16:41
@gottesmm
Copy link
Contributor Author

@swift-ci smoke test

@gottesmm gottesmm merged commit 40c9e26 into swiftlang:master Aug 27, 2019
@gottesmm gottesmm deleted the pr-a843e44d9369751277d4b497534c4656934224b8 branch August 27, 2019 17:17
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.

1 participant