This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c6aa3927dc [X86] Add builtins and tests for 128 and 256 bit vpopcntdq. new 4a7d78a482 [X86] Add the two files I forgot to commit in r320915.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Headers/avx512vpopcntdqvlintrin.h | 99 ++++++++++++++++++++++++++++++++++ test/CodeGen/avx512vpopcntdqvlintrin.c | 73 +++++++++++++++++++++++++ 2 files changed, 172 insertions(+) create mode 100644 lib/Headers/avx512vpopcntdqvlintrin.h create mode 100644 test/CodeGen/avx512vpopcntdqvlintrin.c