Skip to content

Disable a silcombine pattern that creates unoptimizable copies #70440

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
Dec 14, 2023

Conversation

meg-gupta
Copy link
Contributor

The SILCombine of ref_to_raw_pointer uses ossa rauw which creates a copy. The copy created cannot be removed because it has an escaping ownership. Disabling the silcombine for ossa here to avoid generating unoptimizable copies.

The SILCombine of ref_to_raw_pointer uses ossa rauw which creates a copy.
The copy created cannot be removed because it has an escaping ownership.
Disabling the silcombine for ossa here to avoid generating unoptimizable copies.
@meg-gupta
Copy link
Contributor Author

@swift-ci smoke test

@meg-gupta meg-gupta enabled auto-merge December 13, 2023 18:44
@meg-gupta
Copy link
Contributor Author

This was already reviewed as part of #68180

@meg-gupta
Copy link
Contributor Author

@swift-ci smoke test

@meg-gupta
Copy link
Contributor Author

@swift-ci test windows platform

@meg-gupta meg-gupta merged commit 63a8d8c into swiftlang:main Dec 14, 2023
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