This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d539eb3 [x86, SSE, AVX] add tests for icmp+zext (PR28484) new 2495a35 fix documentation comments; NFC new 8f101a7 [X86][SSE] Add support for target shuffle combining to PSHUFL [...]
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/CodeGen/SelectionDAGNodes.h | 20 ++++----- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 14 ++---- lib/Target/X86/X86ISelLowering.cpp | 51 ++++++++++++++++++++-- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 8 ++-- .../X86/vector-shuffle-combining-avx512bw.ll | 12 ++--- test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 14 +++--- 6 files changed, 76 insertions(+), 43 deletions(-)