-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[ownership] Begin updating existential specializer. #33295
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
[ownership] Begin updating existential specializer. #33295
Conversation
I can not update all of the tests until I fix SILCombine and we move the ownership lowering to right before the existential specializer (the sil tests depend on the former and the swift tests depend on both). But this at least begins updating the tests and ensures that the updates do not break the pass when we run it on non-ossa code.
@swift-ci test |
@swift-ci benchmark |
@swift-ci smoke test compiler performance |
Performance: -O
Code size: -OPerformance: -Osize
Code size: -OsizePerformance: -OnoneCode size: -swiftlibsHow to read the dataThe tables contain differences in performance which are larger than 8% and differences in code size which are larger than 1%.If you see any unexpected regressions, you should consider fixing the Noise: Sometimes the performance results (not code size!) contain false Hardware Overview
|
Build failed |
Linux was a time out. |
@swift-ci test linux platform |
I can not update all of the tests until I fix SILCombine and we move the
ownership lowering to right before the existential specializer (the sil tests
depend on the former and the swift tests depend on both). But this at least
begins updating the tests and ensures that the updates do not break the pass
when we run it on non-ossa code.