[PATCH] D51621: test-suite: add avx512 tests with miscellaneous intrinsics

Ilia Taraban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 06:08:43 PDT 2018


itaraban added a comment.

Now I have only these tests(this patch and https://reviews.llvm.org/D51599), maybe later we'll add tests for new AVX512 instructions.

Currently tests are enabled only for skx(using cmake - CMakeLists.txt <https://llvm.org/svn/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vector/CMakeLists.txt>) and for machines with AVX512F instructions (using makefile  - Makefile <https://llvm.org/svn/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vector/Makefile> )
Later we can divide tests into groups and enable some tests on different architecture. Test-suite supports feature and architecture detection - https://reviews.llvm.org/rL321142 and https://reviews.llvm.org/rT321143


Repository:
  rT test-suite

https://reviews.llvm.org/D51621





More information about the llvm-commits mailing list