Skip to content

[6.2][rbi] When checking for partial apply reachability of a value at a user, include the user itself in case the user is the actual partial apply #80903

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

Open
wants to merge 1 commit into
base: release/6.2
Choose a base branch
from

Conversation

gottesmm
Copy link
Contributor

@gottesmm gottesmm commented Apr 18, 2025

Beginning testing. Going to add release branch template in a bit.


The specific issue was when we were walking instructions looking to see if there was a partial apply escaping instruction, we were not including the user itself. That means that if the user was the partial apply escaping instruction, we would return that no escape occured.

rdar://149414471
(cherry picked from commit 6eee52f)

…er, include the user itself in case the user is the actual partial apply

The specific issue was when we were walking instructions looking to see if there
was a partial apply escaping instruction, we were not including the user
itself. That means that if the user was the partial apply escaping instruction,
we would return that no escape occured.

rdar://149414471
(cherry picked from commit 6eee52f)
@gottesmm gottesmm requested a review from a team as a code owner April 18, 2025 01:08
@gottesmm
Copy link
Contributor Author

@swift-ci test

@gottesmm
Copy link
Contributor Author

@swift-ci test macOS platform

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