This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9e63bd5c712 [x86][icelake]vpclmulqdq introduction an icelake promotion [...] new 61323346044 SLPVectorizer.cpp: Avoid std::stable_sort(properlyDominates()). new 53669409674 [x86][icelake]vbmi2 introducing vbmi2, consisting of vpcomp [...]
The 2 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: include/llvm/IR/IntrinsicsX86.td | 348 ++ lib/Support/Host.cpp | 1 + lib/Target/X86/X86.td | 3 + lib/Target/X86/X86ISelLowering.cpp | 4 + lib/Target/X86/X86ISelLowering.h | 5 + lib/Target/X86/X86InstrAVX512.td | 117 +- lib/Target/X86/X86InstrFragmentsSIMD.td | 13 + lib/Target/X86/X86InstrInfo.td | 1 + lib/Target/X86/X86IntrinsicsInfo.h | 107 + lib/Target/X86/X86Subtarget.cpp | 1 + lib/Target/X86/X86Subtarget.h | 4 + lib/Transforms/Vectorize/SLPVectorizer.cpp | 32 +- test/CodeGen/X86/avx512vbmi2-intrinsics.ll | 327 ++ test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll | 657 ++++ test/MC/X86/avx512vbmi2-encoding.s | 1793 ++++++++++ test/MC/X86/avx512vbmi2vl-encoding.s | 3585 ++++++++++++++++++++ .../SLPVectorizer/X86/visit-dominated.ll | 153 + 17 files changed, 7118 insertions(+), 33 deletions(-) create mode 100644 test/CodeGen/X86/avx512vbmi2-intrinsics.ll create mode 100644 test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll create mode 100644 test/MC/X86/avx512vbmi2-encoding.s create mode 100644 test/MC/X86/avx512vbmi2vl-encoding.s create mode 100644 test/Transforms/SLPVectorizer/X86/visit-dominated.ll