This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5528b0e4848 [Reassociate] add vector tests with undef elements; NFC new a551fc94848 Recommit r344877 "[X86] Stop promoting integer loads to vXi64"
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 +- lib/Target/X86/X86ISelDAGToDAG.cpp | 28 +- lib/Target/X86/X86ISelLowering.cpp | 28 +- lib/Target/X86/X86InstrAVX512.td | 243 +++++---- lib/Target/X86/X86InstrFragmentsSIMD.td | 54 +- lib/Target/X86/X86InstrSSE.td | 627 +++++++++++++----------- lib/Target/X86/X86InstrXOP.td | 75 ++- lib/Target/X86/X86MCInstLower.cpp | 26 +- lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 58 ++- lib/Target/X86/X86ShuffleDecodeConstantPool.h | 13 +- test/CodeGen/X86/avx-vperm2x128.ll | 2 +- test/CodeGen/X86/oddshuffles.ll | 24 +- test/CodeGen/X86/pshufb-mask-comments.ll | 6 +- test/CodeGen/X86/vector-extend-inreg.ll | 2 +- test/CodeGen/X86/vector-idiv-v2i32.ll | 18 +- test/CodeGen/X86/widened-broadcast.ll | 95 ++-- 16 files changed, 712 insertions(+), 590 deletions(-)