llvm-project
llvm-project copied to clipboard
[ConstraintElim] Bail out on non-dedicated exits when adding exiting …
…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)
This fixes a miscompilation bug we observed in our apps
@fhahn is this the right branch for XCode 16.3?