-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
InstCombine: Don't optimize &mut *x
into x
#72820
Conversation
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit 309661e with merge ee7813f5ca0f5a520184f18081c777da904cd1d5... |
☀️ Try build successful - checks-azure |
Queued ee7813f5ca0f5a520184f18081c777da904cd1d5 with parent 4b1f86a, future comparison URL. |
Finished benchmarking try commit ee7813f5ca0f5a520184f18081c777da904cd1d5, comparison URL. |
It actually made things faster? How?! Is this the CGU partitioning thing? r? @oli-obk |
@bors r+ |
📌 Commit 309661e has been approved by |
Since beta just branched, will this need a backport? |
I don't believe this causes issues today. |
Rollup of 5 pull requests Successful merges: - rust-lang#72704 (Remote testing fixes) - rust-lang#72820 (InstCombine: Don't optimize `&mut *x` into `x`) - rust-lang#72848 (Correct generic parameter ordering in error note for E0747) - rust-lang#72902 (Add a test to ensure Fuse stays covariant) - rust-lang#72921 (Add assert to Vec with_capacity docs) Failed merges: r? @ghost
Fixes #72797