llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

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

Open ellishg opened this issue 8 months ago • 2 comments

…conditions (#116627)

This patch bails out non-dedicated exits to avoid adding exiting conditions to invalid context. Closes https://github.com/llvm/llvm-project/issues/116553.

(cherry picked from commit 52361d0368b79841be12156bf03cf8c1851e5df7)

ellishg avatar Mar 24 '25 21:03 ellishg

This fixes a miscompilation bug we observed in our apps

ellishg avatar Mar 24 '25 21:03 ellishg

@fhahn is this the right branch for XCode 16.3?

ellishg avatar Mar 24 '25 21:03 ellishg