Skip to content

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

Open
qaijuang wants to merge 1 commit into
rust-lang:mainfrom
qaijuang:sve-tuple-intrinsics-filecheck
Open

codegen: re-enable FileCheck for scalable-vector tuple intrinsics#156878
qaijuang wants to merge 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

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

4 participants