Skip to content

[region-isolation] Fix assert. #72366

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

Conversation

gottesmm
Copy link
Contributor

This assert validates that look through parameters only have a single operand (the one we are going to lookthrough). It did not take into account though that some of these lookthrough instructions /do/ have type dependent operands (which we should ignore for the assert). I changed the assert to ignore those.

This assert validates that look through parameters only have a single operand
(the one we are going to lookthrough). It did not take into account though that
some of these lookthrough instructions /do/ have type dependent operands (which
we should ignore for the assert). I changed the assert to ignore those.
@gottesmm gottesmm requested a review from ktoso as a code owner March 15, 2024 23:19
@gottesmm
Copy link
Contributor Author

@swift-ci smoke test

@gottesmm gottesmm enabled auto-merge March 15, 2024 23:19
@gottesmm gottesmm merged commit dd156f3 into swiftlang:main Mar 16, 2024
@gottesmm gottesmm deleted the pr-12358c24eb38a655a2275f9b947625a9c72ab016 branch March 16, 2024 04:25
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