Skip to content

WalkUtils: fix a crash when visiting mismatching types #63129

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
Jan 20, 2023

Conversation

eeckstein
Copy link
Contributor

The path components may not be related to the current value in case mismatching types are visited, e.g. different concrete types of an existential. This can lead to mismatching operand numbers for struct and tuple instructions.

rdar://104435056

The path components may not be related to the current value in case mismatching types are visited, e.g. different concrete types of an existential.
This can lead to mismatching operand numbers for struct and tuple instructions.

rdar://104435056
@eeckstein
Copy link
Contributor Author

@swift-ci test

@eeckstein eeckstein merged commit 3cc5628 into swiftlang:main Jan 20, 2023
@eeckstein eeckstein deleted the fix-walk-utils branch January 20, 2023 20:27
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