This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac73777f2eb [GVNSink] Pacify MSVC new f3cb5d6f7f2 [X86] Adding vpopcntd and vpopcntq instructions
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/Support/Host.cpp | 1 + lib/Target/X86/X86.td | 3 + lib/Target/X86/X86ISelLowering.cpp | 8 + lib/Target/X86/X86InstrAVX512.td | 35 ++++ lib/Target/X86/X86InstrInfo.cpp | 6 + lib/Target/X86/X86InstrInfo.td | 2 + lib/Target/X86/X86Subtarget.cpp | 1 + lib/Target/X86/X86Subtarget.h | 4 + test/CodeGen/X86/avx512vpopcntdq-intrinsics.ll | 88 ++++++++++ test/CodeGen/X86/vector-popcnt-128.ll | 109 ++++++++---- test/CodeGen/X86/vector-popcnt-256.ll | 42 +++++ test/CodeGen/X86/vector-popcnt-512.ll | 53 ++++++ test/CodeGen/X86/vector-tzcnt-128.ll | 159 +++++++++++++++++ test/CodeGen/X86/vector-tzcnt-256.ll | 115 +++++++++++++ test/CodeGen/X86/vector-tzcnt-512.ll | 153 +++++++++++++++++ test/MC/Disassembler/X86/avx-512.txt | 23 +++ test/MC/X86/x86-64-avx512vpopcntdq.s | 225 +++++++++++++++++++++++++ 17 files changed, 997 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/X86/avx512vpopcntdq-intrinsics.ll create mode 100644 test/MC/X86/x86-64-avx512vpopcntdq.s