Skip to content

codegen: re-enable FileCheck for scalable-vector tuple intrinsics#156878

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
qaijuang:sve-tuple-intrinsics-filecheck
May 25, 2026
Merged

codegen: re-enable FileCheck for scalable-vector tuple intrinsics#156878
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
qaijuang:sve-tuple-intrinsics-filecheck

Conversation

@qaijuang
Copy link
Copy Markdown
Contributor

@qaijuang qaijuang commented May 24, 2026

The FileCheck directives in tests/codegen-llvm/scalable-vectors/tuple-intrinsics.rs were not actually being checked: the test used //@ build-pass, and #155630 made that explicit by replacing it with //@ skip-filecheck.

This fixes the stale checks and re-enables FileCheck for the test. The get and set cases now use concrete index-0 wrappers, so they have stable #[no_mangle] names for FileCheck to match.

Fixes #155665.

r? @jieyouxu

@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 May 24, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented May 24, 2026

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

@workingjubilee
Copy link
Copy Markdown
Member

I have started reviewing and should finish a pass today because this is light work.

r? @workingjubilee

@rustbot rustbot assigned workingjubilee and unassigned jieyouxu May 24, 2026
Copy link
Copy Markdown
Member

@workingjubilee workingjubilee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine to me!

@bors r+ rollup

View changes since this review

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 25, 2026

📌 Commit 22abcee has been approved by workingjubilee

It is now in the queue for this repository.

@rust-bors rust-bors Bot 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 May 25, 2026
@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request May 25, 2026
…rkingjubilee

codegen: re-enable FileCheck for scalable-vector tuple intrinsics

The FileCheck directives in `tests/codegen-llvm/scalable-vectors/tuple-intrinsics.rs` were not actually being checked: the test used `//@ build-pass`, and #155630 made that explicit by replacing it with `//@ skip-filecheck`.

This fixes the stale checks and re-enables FileCheck for the test. The `get` and `set` cases now use concrete index-0 wrappers, so they have stable `#[no_mangle]` names for FileCheck to match.

Fixes #155665.

r? @jieyouxu
@rust-log-analyzer
Copy link
Copy Markdown
Collaborator

The job armhf-gnu failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)

@rust-bors rust-bors Bot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 25, 2026
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 25, 2026

💔 Test for f421a4f failed: CI. Failed job:

@cjgillot
Copy link
Copy Markdown
Contributor

@bors retry

@rust-bors rust-bors Bot 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 May 25, 2026
rust-bors Bot pushed a commit that referenced this pull request May 25, 2026
…uwer

Rollup of 4 pull requests

Successful merges:

 - #156764 (tests: fix pub-priv-dep test expectation)
 - #156825 (compiletest: sort unexpected and unimportant errors)
 - #156878 (codegen: re-enable FileCheck for scalable-vector tuple intrinsics)
 - #156909 (Rewrite documentation that said to implement `Into`)
@rust-bors rust-bors Bot merged commit 04873a0 into rust-lang:main May 25, 2026
11 of 12 checks passed
@rustbot rustbot added this to the 1.98.0 milestone May 25, 2026
rust-timer added a commit that referenced this pull request May 25, 2026
Rollup merge of #156878 - qaijuang:sve-tuple-intrinsics-filecheck, r=workingjubilee

codegen: re-enable FileCheck for scalable-vector tuple intrinsics

The FileCheck directives in `tests/codegen-llvm/scalable-vectors/tuple-intrinsics.rs` were not actually being checked: the test used `//@ build-pass`, and #155630 made that explicit by replacing it with `//@ skip-filecheck`.

This fixes the stale checks and re-enables FileCheck for the test. The `get` and `set` cases now use concrete index-0 wrappers, so they have stable `#[no_mangle]` names for FileCheck to match.

Fixes #155665.

r? @jieyouxu
@qaijuang qaijuang deleted the sve-tuple-intrinsics-filecheck branch May 26, 2026 06:45
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.

tests/codegen-llvm/scalable-vectors/tuple-intrinsics.rs is broken

6 participants