From 5ff3a8503dfbcf386947cace46645963fb9989ef Mon Sep 17 00:00:00 2001 From: Ilia Taraban Date: Thu, 13 Dec 2018 14:40:20 +0000 Subject: test-suite: divide avx512 tests to instruction set subdirectories Summary: This patch separates current avx512 tests to avx512f, avx512bw and other instruction set directories. This allows to specify tests sets on specific avx512 hardware, for example, knl. Reviewers: RKSimon, MatzeB, craig.topper Reviewed By: RKSimon Subscribers: mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D55603 git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@349039 91177308-0d34-0410-b5e6-96231b3b80d8 --- SingleSource/UnitTests/Vector/AVX512F/m512_op_pd.reference_output | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 SingleSource/UnitTests/Vector/AVX512F/m512_op_pd.reference_output (limited to 'SingleSource/UnitTests/Vector/AVX512F/m512_op_pd.reference_output') diff --git a/SingleSource/UnitTests/Vector/AVX512F/m512_op_pd.reference_output b/SingleSource/UnitTests/Vector/AVX512F/m512_op_pd.reference_output new file mode 100644 index 00000000..bfae62d0 --- /dev/null +++ b/SingleSource/UnitTests/Vector/AVX512F/m512_op_pd.reference_output @@ -0,0 +1,2 @@ +PASSED +exit 0 -- cgit v1.2.3