summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx512vpopcntdqintrin.c
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Adding avx512_vpopcntdq feature set and its intrinsicsOren Ben Simhon2017-05-251-0/+38
AVX512_VPOPCNTDQ is a new feature set that was published by Intel. The patch represents the Clang side of the addition of six intrinsics for two new machine instructions (vpopcntd and vpopcntq). It also includes the addition of the new feature set. Differential Revision: https://reviews.llvm.org/D33170 llvm-svn: 303857
OpenPOWER on IntegriCloud