-
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
fix ICE in ConstProp #98980
fix ICE in ConstProp #98980
Conversation
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri |
r? @estebank (rust-highfive has picked a reviewer for you, use r? to override) |
I'm going to perf this to make sure the |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 6c85a0dcc44dcabbbe05460f81a8025c0b2dcae5 with merge 0063a509fa6760dc55a40e101c02c17c02d0d6e7... |
Code changes look good to me, r=me gated on perf but maybe @oli-obk wants to take a quick look. |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
@rust-timer build 0063a509fa6760dc55a40e101c02c17c02d0d6e7 |
Queued 0063a509fa6760dc55a40e101c02c17c02d0d6e7 with parent 0aef720, future comparison URL. |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit a73e255 with merge 3b94fd79ee8c548177b87b65d0d8250e94d37954... |
Looks like somehow the try build failed. I thought test failures wouldn't be an issue, seemingly rustdoc failures are an issue. @bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit a73e255 with merge 791f4e36908eeae3c638bdc7ebab4d92ee3effb1... |
oops looks like we raced |
☀️ Try build successful - checks-actions |
Queued 791f4e36908eeae3c638bdc7ebab4d92ee3effb1 with parent c461f7a, future comparison URL. |
Finished benchmarking commit (791f4e36908eeae3c638bdc7ebab4d92ee3effb1): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Footnotes |
Wow, |
@bors r=oli-obk |
This should be fine to roll up now. |
fix ICE in ConstProp Fixes rust-lang#96169
Rollup of 7 pull requests Successful merges: - rust-lang#98350 (Implement support for DWARF version 5.) - rust-lang#98915 (Clarify deriving code) - rust-lang#98980 (fix ICE in ConstProp) - rust-lang#99008 (Adding suggestion for E0530) - rust-lang#99043 (Collapse some weirdly-wrapping derives) - rust-lang#99048 (Remove a string comparison about types) - rust-lang#99070 (Update integer_atomics tracking issue) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #96169