-
Notifications
You must be signed in to change notification settings - Fork 13.3k
enhance ConstGoto
mir-opt by moving up StorageDead
statements
#95723
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
Conversation
r? @fee1-dead (rust-highfive has picked a reviewer for you, use r? to override) |
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.
LGTM! Thanks
@bors r+ |
📌 Commit a91b347 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (201cf3d): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
From the
FIXME
in the implementation ofConstGoto
miropt. We can moveStorageDead
statements up to the predecessor. This can expand the scope of application of this opt.