Author: Simon Pilgrim Date: 2022-04-20T15:12:12+01:00 New Revision: 1226d276b46d084e4c39357d0d6d72827e88c7b4
URL: https://github.com/llvm/llvm-project/commit/1226d276b46d084e4c39357d0d6d72827e88c7b4 DIFF: https://github.com/llvm/llvm-project/commit/1226d276b46d084e4c39357d0d6d72827e88c7b4.diff LOG: [X86][AVX512] Rename avx512popcntdq intrinsics tests files to match *-builtins.c naming convention Added: clang/test/CodeGen/X86/avx512vpopcntdq-builtins.c clang/test/CodeGen/X86/avx512vpopcntdqvl-builtins.c Modified: Removed: clang/test/CodeGen/X86/avx512vpopcntdqintrin.c clang/test/CodeGen/X86/avx512vpopcntdqvlintrin.c ################################################################################ diff --git a/clang/test/CodeGen/X86/avx512vpopcntdqintrin.c b/clang/test/CodeGen/X86/avx512vpopcntdq-builtins.c similarity index 100% rename from clang/test/CodeGen/X86/avx512vpopcntdqintrin.c rename to clang/test/CodeGen/X86/avx512vpopcntdq-builtins.c diff --git a/clang/test/CodeGen/X86/avx512vpopcntdqvlintrin.c b/clang/test/CodeGen/X86/avx512vpopcntdqvl-builtins.c similarity index 100% rename from clang/test/CodeGen/X86/avx512vpopcntdqvlintrin.c rename to clang/test/CodeGen/X86/avx512vpopcntdqvl-builtins.c _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits