This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from de6038d9af3 Revert r344873 "foo" new e01c86dd475 [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/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 ++-- 15 files changed, 710 insertions(+), 589 deletions(-)