-
Notifications
You must be signed in to change notification settings - Fork 10.5k
IRGen: Cast an ObjC allocation to the instantiated class type #7306
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
IRGen: Cast an ObjC allocation to the instantiated class type #7306
Conversation
Lowering of phi nodes expects the more refined type rather than objc_object. rdar://30268690
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please smoke test |
1 similar comment
@swift-ci Please smoke test |
@swift-ci Please test |
Build failed |
The linux failure is unrelated -- lldb's TestWeakSelf.py -- also failed on other PR (https://ci.swift.org/job/swift-PR-Linux/5502). |
@swift-ci Please test linux |
Build failed |
@swift-ci Please test linux platform |
@swift-ci Please smoke test os x platform |
Lowering of phi nodes expects the more refined type rather than objc_object.
rdar://30268690