https://github.com/andykaylor created https://github.com/llvm/llvm-project/pull/174660
This moves a few tests that were created in the wrong location. >From 5724ff6684083d9f0f9a52a1d69a98380e6f0269 Mon Sep 17 00:00:00 2001 From: Andy Kaylor <[email protected]> Date: Tue, 6 Jan 2026 13:59:50 -0800 Subject: [PATCH] [CIR][NFC] Move some builtin tests to the CodeGenBuitins folder This moves a few tests that were created in the wrong location. --- .../CIR/{CodeGen => CodeGenBuiltins}/X86/avx512-reduceIntrin.c | 0 .../{CodeGen => CodeGenBuiltins}/X86/avx512-reduceMinMaxIntrin.c | 0 .../cir-sqrt-builtins.c => CodeGenBuiltins/X86/sqrt-builtins.c} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename clang/test/CIR/{CodeGen => CodeGenBuiltins}/X86/avx512-reduceIntrin.c (100%) rename clang/test/CIR/{CodeGen => CodeGenBuiltins}/X86/avx512-reduceMinMaxIntrin.c (100%) rename clang/test/CIR/{CodeGen/X86/cir-sqrt-builtins.c => CodeGenBuiltins/X86/sqrt-builtins.c} (100%) 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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
