Skip to content

[CIR][NFC] Move some builtin tests to the CodeGenBuitins folder#174660

Merged
andykaylor merged 1 commit intollvm:mainfrom
andykaylor:move-builtin-tests
Jan 6, 2026
Merged

[CIR][NFC] Move some builtin tests to the CodeGenBuitins folder#174660
andykaylor merged 1 commit intollvm:mainfrom
andykaylor:move-builtin-tests

Conversation

@andykaylor
Copy link
Contributor

This moves a few tests that were created in the wrong location.

This moves a few tests that were created in the wrong location.
@andykaylor andykaylor enabled auto-merge (squash) January 6, 2026 22:03
@llvmbot llvmbot added clang Clang issues not falling into any other category ClangIR Anything related to the ClangIR project labels Jan 6, 2026
@llvmbot
Copy link
Member

llvmbot commented Jan 6, 2026

@llvm/pr-subscribers-clangir

@llvm/pr-subscribers-clang

Author: Andy Kaylor (andykaylor)

Changes

This moves a few tests that were created in the wrong location.


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

3 Files Affected:

  • (renamed) clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c ()
  • (renamed) clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c ()
  • (renamed) clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c ()
diff --git a/clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c b/clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
similarity index 100%
rename from clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
rename to clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
diff --git a/clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c b/clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
similarity index 100%
rename from clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
rename to clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
diff --git a/clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c b/clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
similarity index 100%
rename from clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
rename to clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c

@andykaylor andykaylor merged commit 50281de into llvm:main Jan 6, 2026
10 of 12 checks passed
@andykaylor andykaylor deleted the move-builtin-tests branch January 7, 2026 00:05
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 ClangIR Anything related to the ClangIR project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants