Skip to content

Conversation

@androm3da
Copy link
Contributor

Fixes #143021

@rustbot
Copy link
Collaborator

rustbot commented Jun 26, 2025

r? @SparrowLii

rustbot has assigned @SparrowLii.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot 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 Jun 26, 2025
@rust-log-analyzer

This comment has been minimized.

@androm3da androm3da force-pushed the bcain/hexagon_regspan_label branch from 1a4538b to 18a091e Compare June 26, 2025 02:56
@rust-log-analyzer

This comment has been minimized.

@androm3da androm3da force-pushed the bcain/hexagon_regspan_label branch from 18a091e to dea531e Compare June 26, 2025 03:17
@rust-log-analyzer

This comment has been minimized.

@SparrowLii
Copy link
Member

r? @workingjubilee since this relates with asm :)

@rustbot rustbot assigned workingjubilee and unassigned SparrowLii Jul 1, 2025
@rustbot
Copy link
Collaborator

rustbot commented Jul 1, 2025

workingjubilee is currently at their maximum review capacity.
They may take a while to respond.

@workingjubilee
Copy link
Member

mmmh

r? @Amanieu

@rustbot rustbot assigned Amanieu and unassigned workingjubilee Jul 4, 2025
@androm3da
Copy link
Contributor Author

r? @Amanieu

Maybe I should mark this PR as a draft while I work on llvm/llvm-project#146215 as a step towards a long-term solution.

@Amanieu
Copy link
Member

Amanieu commented Jul 8, 2025

Sure, though you will need to pick another reviewer on the LLVM side since I no longer have review rights in LLVM.

@wesleywiser
Copy link
Member

@androm3da is the plan to merge this into rustc and then eventually switch to using llvm/llvm-project#146215 in the future? If so, I guess this still needs to be reviewed?

@androm3da
Copy link
Contributor Author

@androm3da is the plan to merge this into rustc and then eventually switch to using llvm/llvm-project#146215 in the future? If so, I guess this still needs to be reviewed?

Yeah, maybe that makes the most sense. I was optimistic about making the assembler change but I just haven't gotten to spend time on it. If @Amanieu or someone else is able to review this PR that would be great. I'll still follow through on the assembler change though.

@androm3da androm3da force-pushed the bcain/hexagon_regspan_label branch from dea531e to 7c0ef85 Compare October 15, 2025 03:53
@rustbot

This comment has been minimized.

@rustbot

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@androm3da androm3da force-pushed the bcain/hexagon_regspan_label branch from ae8b999 to e635627 Compare October 28, 2025 19:47
@rustbot

This comment has been minimized.

@rustbot

This comment has been minimized.

@androm3da androm3da force-pushed the bcain/hexagon_regspan_label branch from e635627 to 7cc7480 Compare October 28, 2025 23:14
@androm3da
Copy link
Contributor Author

@Amanieu PTAL when you get a chance

@Amanieu
Copy link
Member

Amanieu commented Nov 4, 2025

This seems fine to me until the relevant LLVM support lands.

@bors r+

@bors
Copy link
Collaborator

bors commented Nov 4, 2025

📌 Commit 7cc7480 has been approved by Amanieu

It is now in the queue for this repository.

@bors bors 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 Nov 4, 2025
Zalathar added a commit to Zalathar/rust that referenced this pull request Nov 4, 2025
…bel, r=Amanieu

Make named asm_labels lint not trigger on hexagon register spans

Fixes rust-lang#143021
bors added a commit that referenced this pull request Nov 4, 2025
Rollup of 10 pull requests

Successful merges:

 - #133149 (Provide more context on `Fn` closure modifying binding)
 - #143037 (Make named asm_labels lint not trigger on hexagon register spans)
 - #144529 (Add `#[rustc_pass_indirectly_in_non_rustic_abis]`)
 - #145915 (Stabilize `fmt::from_fn`)
 - #145974 (Stabilize -Zno-jump-tables into -Cjump-tables=bool)
 - #146057 (feat: add `from_fn_ptr` to `Waker` and `LocalWaker`)
 - #146301 (library: std: sys: net: uefi: tcp: Implement write_vectored)
 - #148437 (Regression test for undefined `__chkstk` on `aarch64-unknown-uefi`)
 - #148448 (Update books)
 - #148451 (tidy: Fix false positives with absolute repo paths in `pal.rs` `check()`)

r? `@ghost`
`@rustbot` modify labels: rollup
@Zalathar
Copy link
Member

Zalathar commented Nov 4, 2025

Failed in rollup: #148458 (comment)

//@ add-core-stubs has been renamed to //@ add-minicore.

@bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Nov 4, 2025
@androm3da androm3da force-pushed the bcain/hexagon_regspan_label branch from 7cc7480 to 54df8da Compare November 6, 2025 01:43
@rustbot
Copy link
Collaborator

rustbot commented Nov 6, 2025

This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@workingjubilee
Copy link
Member

thank you so much to the folks who did the range diffs

@bors r=Amanieu

@bors
Copy link
Collaborator

bors commented Nov 6, 2025

📌 Commit 54df8da has been approved by Amanieu

It is now in the queue for this repository.

@bors bors 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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Nov 6, 2025
bors added a commit that referenced this pull request Nov 6, 2025
Rollup of 7 pull requests

Successful merges:

 - #143037 (Make named asm_labels lint not trigger on hexagon register spans)
 - #147043 (Add default sanitizers to TargetOptions)
 - #147586 (std-detect: improve detect macro docs)
 - #147912 ([rustdoc] Gracefully handle error in case we cannot run the compiler in doctests)
 - #148540 (Minor fixes to StdNonZeroNumberProvider for gdb)
 - #148541 (Add num_children method to some gdb pretty-printers)
 - #148549 (Fix broken qemu-cskyv2 link)

Failed merges:

 - #147935 (Add LLVM realtime sanitizer)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 12deb2f into rust-lang:master Nov 6, 2025
11 checks passed
@rustbot rustbot added this to the 1.93.0 milestone Nov 6, 2025
rust-timer added a commit that referenced this pull request Nov 6, 2025
Rollup merge of #143037 - androm3da:bcain/hexagon_regspan_label, r=Amanieu

Make named asm_labels lint not trigger on hexagon register spans

Fixes #143021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant 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.

"avoid using named labels" mis-identifies inst operand as label

9 participants