This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cfcdb248ecd [SLP] clean up for vector store case; NFCI new 09f2a0775ae [X86] Fix two more places to prefer VPERMQ/PD over VPERM2X1 [...] new 3632da7880a [SelectionDAG] Add BITCAST handling to ComputeNumSignBits f [...]
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: lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 24 + lib/Target/X86/X86ISelLowering.cpp | 16 +- test/CodeGen/X86/avx-vperm2x128.ll | 95 +- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 13 +- test/CodeGen/X86/bitcast-and-setcc-256.ll | 54 +- test/CodeGen/X86/bitcast-and-setcc-512.ll | 279 ++--- test/CodeGen/X86/cast-vsel.ll | 8 - test/CodeGen/X86/machine-cp.ll | 145 ++- test/CodeGen/X86/oddshuffles.ll | 4 +- test/CodeGen/X86/vector-compare-results.ll | 1234 +++++++++------------ test/CodeGen/X86/vector-shuffle-256-v16.ll | 260 ++--- test/CodeGen/X86/vector-shuffle-256-v32.ll | 168 ++- test/CodeGen/X86/vector-shuffle-256-v8.ll | 112 +- test/CodeGen/X86/vector-shuffle-512-v32.ll | 20 +- test/CodeGen/X86/vector-shuffle-512-v64.ll | 32 +- test/CodeGen/X86/vector-shuffle-512-v8.ll | 4 +- test/CodeGen/X86/vector-shuffle-combining-avx.ll | 44 +- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 4 +- test/CodeGen/X86/vector-shuffle-combining.ll | 2 +- test/CodeGen/X86/vector-shuffle-v1.ll | 8 +- test/CodeGen/X86/vector-shuffle-v48.ll | 2 +- test/CodeGen/X86/vsplit-and.ll | 22 +- test/CodeGen/X86/x86-interleaved-access.ll | 88 +- 23 files changed, 1139 insertions(+), 1499 deletions(-)