Skip to content

Conversation

@h3fang
Copy link

@h3fang h3fang commented Jan 12, 2026

Fixes #175480.

Tests are merged with the correct sve2p2-intrinsics folder.

@github-actions
Copy link

Thank you for submitting a Pull Request (PR) to the LLVM Project!

This PR will be automatically labeled and the relevant teams will be notified.

If you wish to, you can add reviewers by using the "Reviewers" section on this page.

If this is not working for you, it is probably because you do not have write permissions for the repository. In which case you can instead tag reviewers by name in a comment by using @ followed by their GitHub username.

If you have received no comments on your PR for a week, you can request a review by "ping"ing the PR by adding a comment “Ping”. The common courtesy "ping" rate is once a week. Please remember that you are asking for valuable time from other developers.

If you have further questions, they may be answered by the LLVM GitHub User Guide.

You can also ask questions in a comment on this PR, on the LLVM Discord or on the forums.

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Jan 12, 2026
@llvmbot
Copy link
Member

llvmbot commented Jan 12, 2026

@llvm/pr-subscribers-clang

Author: Fang He (h3fang)

Changes

Fixes #175480.

Tests are merged with the correct sve2p2-intrinsics folder.


Full diff: https://github.com/llvm/llvm-project/pull/175481.diff

4 Files Affected:

  • (renamed) clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c ()
  • (renamed) clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c ()
  • (renamed) clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c ()
  • (renamed) clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c ()
diff --git a/clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_compact.c b/clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c
similarity index 100%
rename from clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_compact.c
rename to clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c
diff --git a/clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_expand.c b/clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c
similarity index 100%
rename from clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_expand.c
rename to clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c
diff --git a/clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_firstp.c b/clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c
similarity index 100%
rename from clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_firstp.c
rename to clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c
diff --git a/clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_lastp.c b/clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c
similarity index 100%
rename from clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_lastp.c
rename to clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c

@h3fang
Copy link
Author

h3fang commented Jan 12, 2026

cc @CarolineConcatto @jthackray

@h3fang
Copy link
Author

h3fang commented Jan 12, 2026

@cor3ntin Thanks. I do not have the ability to merge the PR. If it's OK to merge, please merge it on my behalf.

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

Labels

clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in clang/test/CodeGen/AArch64/sve2p2-intriniscs folder name

3 participants