Skip to content

[4.2] Fix a SIL optimizer verification failure complaining about a not up-to-date dominator tree. #17056

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

eeckstein
Copy link
Contributor

In some cases the ClosureSpecializer did not invalidate the dominator tree, although it changes the CFG.
This could happen if during analysis critical CFG edges are broken, but at the end no functions are specialized.

…o-date dominator tree.

In some cases the ClosureSpecializer did not invalidate the dominator tree, although it changes the CFG.
This could happen if during analysis critical CFG edges are broken, but at the end no functions are specialized.
@eeckstein
Copy link
Contributor Author

@swift-ci test and merge

@swift-ci swift-ci merged commit d6b432a into swiftlang:swift-4.2-branch Jun 8, 2018
@eeckstein eeckstein deleted the fix-closure-specializer-4.2 branch June 11, 2018 15:58
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