This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2a6b57b Improved Visual Studio 2015 visualization of SmallVectorImpl new 26778f9 [X86] Refactor some of the X86 autoupgrade code to split mask [...] new dbd2629 [AVX512] Remove maksed pshufd, pshuflw, and phufhw intrinsics [...]
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 | 45 ------ lib/IR/AutoUpgrade.cpp | 167 ++++++++++++---------- lib/Target/X86/X86IntrinsicsInfo.h | 18 --- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 19 +++ test/CodeGen/X86/avx512-intrinsics.ll | 20 --- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 60 ++++++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 60 -------- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 92 ++++++++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 92 ------------ test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 46 ++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 47 ------ 11 files changed, 307 insertions(+), 359 deletions(-)