-
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
[const-prop] Don't replace Rvalues that are already constants #72220
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit e84b379 with merge 2e6f8f3453482faa1008713333e7b4eff7fb0d4a... |
☀️ Try build successful - checks-azure |
Queued 2e6f8f3453482faa1008713333e7b4eff7fb0d4a with parent a74d186, future comparison URL. |
Finished benchmarking try commit 2e6f8f3453482faa1008713333e7b4eff7fb0d4a, comparison URL. |
r? @oli-obk |
@bors rollup (Perf neutral) |
@bors r+ |
📌 Commit e84b379 has been approved by |
… r=oli-obk [const-prop] Don't replace Rvalues that are already constants This cleans up a few mir-opt tests which have slight changes to spans for `consts` as a result of replacing them with new Rvalues.
… r=oli-obk [const-prop] Don't replace Rvalues that are already constants This cleans up a few mir-opt tests which have slight changes to spans for `consts` as a result of replacing them with new Rvalues.
… r=oli-obk [const-prop] Don't replace Rvalues that are already constants This cleans up a few mir-opt tests which have slight changes to spans for `consts` as a result of replacing them with new Rvalues.
Rollup of 9 pull requests Successful merges: - rust-lang#71662 (Implement FromStr for OsString) - rust-lang#71677 (Add explicit references to the BuildHasher trait) - rust-lang#71724 (Doc alias improvements) - rust-lang#71948 (Suggest to await future before ? operator) - rust-lang#72090 (rustc_driver: factor out computing the exit code) - rust-lang#72206 (Cleanup stale 'FIXME(rust-lang#64197)') - rust-lang#72218 (make sure even unleashed miri does not do pointer stuff) - rust-lang#72220 ([const-prop] Don't replace Rvalues that are already constants) - rust-lang#72224 (doc: add links to rotate_(left|right)) Failed merges: r? @ghost
This cleans up a few mir-opt tests which have slight changes to spans for
consts
as a result of replacing them with new Rvalues.