Skip to content

[Frontend] Removed enable-lexical-borrow-scopes flag. #71403

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 3 commits into from
Feb 6, 2024

Conversation

nate-chandler
Copy link
Contributor

Adding move_value [lexical] and begin_borrow [lexical] should happen all the time at this point. Remove the ability to omit these instructions and update the corresponding tests. Update a downstream enum and remove some downstream bailouts.

Adding `move_value [lexical]` and `begin_borrow [lexical]` should happen
all the time at this point.  Remove the ability to omit these
instructions and update the corresponding tests.
It is no longer possible to have no lexical markers.  Remove the
corresponding case.
Now that supportsMoveOnlyTypes is always true, these bailouts can't be
reached.  Delete the bailouts and the predicate.
@nate-chandler
Copy link
Contributor Author

@swift-ci please test

@nate-chandler nate-chandler marked this pull request as ready for review February 6, 2024 15:00
@nate-chandler nate-chandler merged commit f98b211 into swiftlang:main Feb 6, 2024
@nate-chandler nate-chandler deleted the delete-flag branch February 6, 2024 15:00
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!

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