Skip to content

test: make riscv-float-struct-abi.rs robust against LLVM scheduling#157832

Open
durin42 wants to merge 1 commit into
rust-lang:mainfrom
durin42:llvm-23-riscv
Open

test: make riscv-float-struct-abi.rs robust against LLVM scheduling#157832
durin42 wants to merge 1 commit into
rust-lang:mainfrom
durin42:llvm-23-riscv

Conversation

@durin42

@durin42 durin42 commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Something in a recent LLVM 23 change (I didn't figure out which, the change was easy enough to spot) caused these loads etc to get reordered in a way that doesn't matter. Switch all these checks to CHECK-DAG so we can accept either way and not pointlessly over-constrain.

Something in a recent LLVM 23 change (I didn't figure out which, the
change was easy enough to spot) caused these loads etc to get reordered
in a way that doesn't matter. Switch all these checks to CHECK-DAG so we
can accept either way and not pointlessly over-constrain.
@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 12, 2026
@rustbot

rustbot commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

r? @mejrs

rustbot has assigned @mejrs.
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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 73 candidates
  • Random selection from 19 candidates

@durin42

durin42 commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

@rustbot label: +llvm-main

@rustbot rustbot added the llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) label Jun 12, 2026
@mejrs

mejrs commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

r? compiler

@rustbot rustbot assigned mati865 and unassigned mejrs Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants