This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dc11b085668 [DAG] LegalizeVectorTypes - reduce scope of local variables. NFCI. new 974d33f2a38 [x86] split 256-bit store of concatenated vectors
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: lib/Target/X86/X86ISelLowering.cpp | 11 + test/CodeGen/X86/avg.ll | 402 ++++++++++++------------- test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 24 +- test/CodeGen/X86/avx-intrinsics-x86.ll | 12 +- test/CodeGen/X86/avx512-trunc-widen.ll | 16 +- test/CodeGen/X86/avx512-trunc.ll | 16 +- test/CodeGen/X86/nontemporal-2.ll | 40 +-- test/CodeGen/X86/oddsubvector.ll | 15 +- test/CodeGen/X86/pmovsx-inreg.ll | 72 ++--- test/CodeGen/X86/shrink_vmul-widen.ll | 124 ++++---- test/CodeGen/X86/shrink_vmul.ll | 124 ++++---- test/CodeGen/X86/shuffle-vs-trunc-512-widen.ll | 18 +- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 18 +- test/CodeGen/X86/subvector-broadcast.ll | 68 ++--- test/CodeGen/X86/vec_fptrunc.ll | 10 +- test/CodeGen/X86/vec_saddo.ll | 68 ++--- test/CodeGen/X86/vec_smulo.ll | 84 +++--- test/CodeGen/X86/vec_ssubo.ll | 84 +++--- test/CodeGen/X86/vec_uaddo.ll | 24 +- test/CodeGen/X86/vec_umulo.ll | 26 +- test/CodeGen/X86/vec_usubo.ll | 24 +- test/CodeGen/X86/vector-gep.ll | 134 +++++---- test/CodeGen/X86/vector-trunc-widen.ll | 72 +++-- test/CodeGen/X86/vector-trunc.ll | 72 +++-- test/CodeGen/X86/x86-interleaved-access.ll | 73 ++--- 25 files changed, 786 insertions(+), 845 deletions(-)