This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7ee4b57ab0e [X86] Add vbmi2 compressstore and expandload tests that are [...] new 66b8f683ab6 [X86] Add new variadic avx512 compress/expand intrinsics th [...]
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: include/llvm/IR/IntrinsicsX86.td | 160 +---- lib/IR/AutoUpgrade.cpp | 23 + lib/Target/X86/X86ISelLowering.cpp | 5 +- lib/Target/X86/X86IntrinsicsInfo.h | 72 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 360 ++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 137 ++-- test/CodeGen/X86/avx512vbmi2-intrinsics-upgrade.ll | 176 +++++ test/CodeGen/X86/avx512vbmi2-intrinsics.ll | 154 +++-- .../X86/avx512vbmi2vl-intrinsics-upgrade.ll | 356 ++++++++++ test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll | 136 ++-- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 748 ++++++++++++++++++++- test/CodeGen/X86/avx512vl-intrinsics.ll | 296 ++++---- 12 files changed, 2058 insertions(+), 565 deletions(-)