This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 789617d109d [X86][SSE] Add X86ISD::PACKSS\PACKUS to SimplifyDemandedVec [...] new 32c7e441d61 DAG: allow DAG pointer size different from memory representation. new 2fca0afb560 [X86][SSE] Add 512-bit vector support to SimplifyDemandedVe [...]
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/Analysis.h | 7 ++ include/llvm/CodeGen/SelectionDAG.h | 10 ++ include/llvm/CodeGen/TargetLowering.h | 28 ++++- lib/CodeGen/Analysis.cpp | 15 ++- lib/CodeGen/AtomicExpandPass.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 12 ++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 152 ++++++++++++++++------- lib/Target/X86/X86ISelLowering.cpp | 23 ++-- test/CodeGen/X86/vector-reduce-mul-widen.ll | 40 +++--- test/CodeGen/X86/vector-reduce-mul.ll | 40 +++--- 10 files changed, 225 insertions(+), 104 deletions(-)