This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5221b09 [X86][AVX2] Added PSLLDQ/PSRLDQ shuffle combining tests new 56a9634 [X86][SSE] Added PSLLDQ/PSRLDQ as a target shuffle type new 0a38543 [X86] Remove GCC builtin name from some intrinsics that are n [...] new 64162b5 [AVX512] Lower v8i64 and v16i32 to pshufd when possible.
The 3 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 | 15 ++---- lib/Target/X86/X86ISelLowering.cpp | 56 ++++++++++++++++++++-- test/CodeGen/X86/sad.ll | 26 +++++----- test/CodeGen/X86/vector-shuffle-512-v16.ll | 20 +++++++- test/CodeGen/X86/vector-shuffle-512-v32.ll | 1 + test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 6 +-- test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 12 ++--- test/CodeGen/X86/vector-zext.ll | 5 +- 8 files changed, 95 insertions(+), 46 deletions(-)