Skip to content

[6.2] LoadableByAddress: Fix shouldTransformYields to use (properly) substituted types #80989

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

aschwaighofer
Copy link
Contributor

@aschwaighofer aschwaighofer commented Apr 22, 2025

Scope: The LoadableByAddress pass fails on some Swift source because it ignores pattern substitutions.

Risk: Low. Many source patterns where this difference matters should have crashed.

Fix: Don't ignore pattern substitutions.

Testing: The project that crashed no longer does. Unit test added.

main PR: #80966

rdar://149281263
issues/80818

…substituted

types

Scope: The LoadableByAddress pass fails on some Swift source because it
ignores pattern substitutions.

Risk: Low. Many source patterns where this difference matters should have
crashed.

Fix: Don't ignore pattern substitutions.

Testing: The project that crashed no longer does. Unit test added.

rdar://149281263
issues/80818

(cherry picked from commit 521fb07)
@aschwaighofer aschwaighofer requested a review from a team as a code owner April 22, 2025 15:20
@aschwaighofer
Copy link
Contributor Author

@swift-ci test

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