Skip to content

[SILOptimizer] Do not devirtualize instructions when dynamic dispatch is required #6799

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
merged 1 commit into from
Jan 14, 2017

Conversation

shajrawi
Copy link

@shajrawi shajrawi commented Jan 14, 2017

radar rdar://problem/29895164

fixes a bug wherein mandatory inliner tried to inline an objc function:

We had a situation wherein the inliner tried to devirtualize a volatile apply, which should be filtered out of course, causing a crash. This PR filters volatile applies out.

@shajrawi
Copy link
Author

@swift-ci Please smoke test

@shajrawi shajrawi merged commit 3df2643 into swiftlang:master Jan 14, 2017
@shajrawi shajrawi deleted the devirtualize_volatile_fix branch January 14, 2017 01:47
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