-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Always enable copy propagation. #40556
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
Always enable copy propagation. #40556
Conversation
ea3abcf
to
b483a71
Compare
Don't use lexical lifetimes fully in the stdlib for now.
b483a71
to
7d7acb4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 This means we can finally canonicalize OSSA form, so we aren't hiding compiler bugs and hoping no one notices
@swift-ci please benchmark |
@swift-ci please test |
Performance (x86_64): -O
Code size: -O
Performance (x86_64): -Osize
Code size: -Osize
Performance (x86_64): -Onone
Code 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
|
Update the default SILOptions value for CopyPropagation and LexicalLifetimes.