-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
interpret/miri: call the panic_nounwind machinery the same way codegen does #114993
Conversation
r? @fee1-dead (rustbot has picked a reviewer for you, use r? to override) |
Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 This PR changes Stable MIR cc @oli-obk, @celinval, @spastorino This PR changes MIR cc @oli-obk, @RalfJung, @JakobDegen, @davidtwco, @celinval, @vakaras The Miri subtree was changed cc @rust-lang/miri |
This comment has been minimized.
This comment has been minimized.
08ddb1e
to
3010373
Compare
This comment has been minimized.
This comment has been minimized.
3010373
to
3f7bd7e
Compare
Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred in src/tools/rust-analyzer cc @rust-lang/rust-analyzer |
Hm I didn't want to factor out the first commit (rename unwind-related MIR terminators to clarify their purpose) since it would have conflicted with the rest, but maybe I should have... oh well. |
This comment has been minimized.
This comment has been minimized.
3f7bd7e
to
43c6888
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.
LGTM, I think leaving the strings as is is fine (maybe a followup) since it would change mir-opt tests.
@bors r+ |
📌 Commit 4ea62dd382617244509c7269c52b42aba700cec0 has been approved by It is now in the queue for this repository. |
@bors r- |
@bors r=fee1-dead |
📌 Commit d3e539956c32182829afb2dfa52541d0f8ae239a has been approved by It is now in the queue for this repository. |
☔ The latest upstream changes (presumably #113124) made this pull request unmergeable. Please resolve the merge conflicts. |
⌛ Testing commit 49b5701 with merge 15808aaf5539142974b710017bfd95236943704b... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@rust-lang/rust-analyzer something odd is happening. RA is failing to build on the dist-riscv64-linux builder, but it checks successfully locally. The build errors indicate that it is importing a version of rustc from before this PR. What is going on there?
|
Ah, actually |
Oh wait. These are complete copies of the rustc types it seems? Ugh yeah then my search-and-replace would have gone wrong.^^ |
Okay so the only really odd thing is that I changed files in @bors r=fee1-dead |
Yeah, we don't depend on the |
Ah, sorry. It looked like the rustc types so I assumed I did have to patch them to get things to build again. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (5c6a7e7): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 636.088s -> 635.074s (-0.16%) |
Changes were required due to: - rust-lang/rust#115011 - rust-lang/rust#114993
Changes were required due to: - rust-lang/rust#115011 - rust-lang/rust#114993
No description provided.