Skip to content
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

[ConstraintElim] Bail out on non-dedicated exits when adding exiting … #10339

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

Conversation

ellishg
Copy link

@ellishg ellishg commented Mar 24, 2025

…conditions (llvm#116627)

This patch bails out non-dedicated exits to avoid adding exiting conditions to invalid context.
Closes llvm#116553.

(cherry picked from commit 52361d0)

…conditions (llvm#116627)

This patch bails out non-dedicated exits to avoid adding exiting
conditions to invalid context.
Closes llvm#116553.

(cherry picked from commit 52361d0)
@ellishg ellishg requested a review from a team as a code owner March 24, 2025 21:29
@ellishg
Copy link
Author

ellishg commented Mar 24, 2025

This fixes a miscompilation bug we observed in our apps

@ellishg
Copy link
Author

ellishg commented Mar 24, 2025

@fhahn is this the right branch for XCode 16.3?

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.

2 participants