Skip to content

[SILOptimizer] Don't optimize move-only lifetimes. #66716

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

Merged
merged 1 commit into from
Jun 17, 2023

Conversation

nate-chandler
Copy link
Contributor

According to language rules, such lifetimes are fixed and the relative order of their deinits is guaranteed.

rdar://110913116

According to language rules, such lifetimes are fixed and the relative
order of their deinits is guaranteed.

rdar://110913116
@nate-chandler nate-chandler requested a review from atrick June 16, 2023 20:19
@nate-chandler
Copy link
Contributor Author

@swift-ci please test

Copy link
Contributor

@atrick atrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect!

@nate-chandler nate-chandler merged commit ca29d53 into swiftlang:main Jun 17, 2023
@nate-chandler nate-chandler deleted the rdar110913116 branch July 5, 2023 23:34
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