Skip to content

Dataflow cleanups - #130297

Merged
bors merged 2 commits into
rust-lang:masterfrom
nnethercote:dataflow-cleanups
Sep 13, 2024
Merged

Dataflow cleanups#130297
bors merged 2 commits into
rust-lang:masterfrom
nnethercote:dataflow-cleanups

Conversation

@nnethercote

Copy link
Copy Markdown
Contributor

No analysis needs `Copy`, and `MaybeBorrowedLocals` is the only analysis
that needs `Clone`. In `locals_live_across_suspend_points` it gets
cloned so it can be used within a `MaybeRequiresStorage`.
Because that's what it is; no point having a different name for it.
@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Sep 13, 2024
@rustbot

Copy link
Copy Markdown
Collaborator

Some changes occurred to MIR optimizations

cc @rust-lang/wg-mir-opt

@cjgillot

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Sep 13, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit bb943f9 has been approved by cjgillot

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 13, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 13, 2024
…iaskrgr
Rollup of 6 pull requests
Successful merges:
- rust-lang#129320 (Fix crash when labeling arguments for call_once and friends)
- rust-lang#130266 (target: default to the medium code model on LoongArch targets)
- rust-lang#130297 (Dataflow cleanups)
- rust-lang#130299 (Add set_dcx to ParseSess)
- rust-lang#130301 (some fixes for clashing_extern_declarations lint)
- rust-lang#130305 (Clippy: consider msrv for const context for const_float_bits_conv)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 13, 2024
…iaskrgr
Rollup of 6 pull requests
Successful merges:
- rust-lang#129320 (Fix crash when labeling arguments for call_once and friends)
- rust-lang#130266 (target: default to the medium code model on LoongArch targets)
- rust-lang#130297 (Dataflow cleanups)
- rust-lang#130299 (Add set_dcx to ParseSess)
- rust-lang#130301 (some fixes for clashing_extern_declarations lint)
- rust-lang#130305 (Clippy: consider msrv for const context for const_float_bits_conv)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit c5e0f9a into rust-lang:masterSep 13, 2024
@rustbotrustbot added this to the 1.83.0 milestone Sep 13, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Sep 13, 2024
Rollup merge of rust-lang#130297 - nnethercote:dataflow-cleanups, r=cjgillot
Dataflow cleanups
r? `@cjgillot`
@nnethercote
nnethercote deleted the dataflow-cleanups branch September 16, 2024 00:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@nnethercote@rustbot@cjgillot@bors