This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c8436a52c02 [ARM GlobalISel] Add comment for r318398. NFC. new 09a18aac31f [x86][icelake]BITALG vpopcnt{b,w} Differential Revision: ht [...]
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 | 3 + lib/Target/X86/X86.td | 3 + lib/Target/X86/X86ISelLowering.cpp | 5 + lib/Target/X86/X86InstrAVX512.td | 11 ++ lib/Target/X86/X86InstrInfo.td | 1 + lib/Target/X86/X86Subtarget.cpp | 1 + lib/Target/X86/X86Subtarget.h | 4 + test/CodeGen/X86/vector-popcnt-128.ll | 28 ++++ test/CodeGen/X86/vector-popcnt-256.ll | 26 ++++ test/CodeGen/X86/vector-popcnt-512.ll | 11 ++ test/CodeGen/X86/vector-tzcnt-128.ll | 46 +++++++ test/CodeGen/X86/vector-tzcnt-256.ll | 44 +++++++ test/CodeGen/X86/vector-tzcnt-512.ll | 21 +++ test/MC/X86/avx512bitalg-encoding.s | 114 +++++++++++++++++ test/MC/X86/avx512vl_bitalg-encoding.s | 226 +++++++++++++++++++++++++++++++++ 15 files changed, 544 insertions(+) create mode 100644 test/MC/X86/avx512bitalg-encoding.s create mode 100644 test/MC/X86/avx512vl_bitalg-encoding.s