Skip to content

[Test] Add two lexical lifetime verification tests. #40460

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

nate-chandler
Copy link
Contributor

Verify that lexical-lifetimes and copy-propagation interact correctly to keep objects named by variables alive in a couple interesting cases: unsafe pointers, synchronization point calls.

@nate-chandler
Copy link
Contributor Author

@swift-ci please test

@nate-chandler nate-chandler requested a review from atrick December 8, 2021 00:15
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.

Awesome, thanks.

Two bug fixes...

Verify that lexical-lifetimes and copy-propagation interact correctly to
keep objects named by variables alive in a couple interesting cases:
unsafe pointers, synchronization point calls.
@nate-chandler nate-chandler force-pushed the lexical_lifetimes/test/verification/20211207/1 branch from d8e01ef to 2356b07 Compare December 8, 2021 00:29
@nate-chandler
Copy link
Contributor Author

@swift-ci please smoke test and merge

@swiftlang swiftlang deleted a comment from swift-ci Dec 8, 2021
@swiftlang swiftlang deleted a comment from swift-ci Dec 8, 2021
@nate-chandler nate-chandler merged commit 6af29ff into swiftlang:main Dec 8, 2021
@nate-chandler nate-chandler deleted the lexical_lifetimes/test/verification/20211207/1 branch December 8, 2021 04: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.

2 participants