This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from edc98edb72c Fix non-modular build. new a7139785377 [X86] Add DAG combine to combine a v8i32->v8i16 truncate wi [...] new 7d7bbfa893a [X86] Teach LowerMUL/LowerMULH for vXi8 to unpack constant RHS.
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/DAGCombiner.cpp | 20 +++ lib/Target/X86/X86ISelLowering.cpp | 137 ++++++++++----- test/CodeGen/X86/avx512-cvt-widen.ll | 6 +- test/CodeGen/X86/combine-mul.ll | 4 +- test/CodeGen/X86/pmul.ll | 22 +-- test/CodeGen/X86/prefer-avx256-wide-mul.ll | 2 +- test/CodeGen/X86/vector-idiv-sdiv-128.ll | 198 +++++++++------------- test/CodeGen/X86/vector-idiv-sdiv-256.ll | 73 +++----- test/CodeGen/X86/vector-idiv-sdiv-512.ll | 183 +++++++++----------- test/CodeGen/X86/vector-idiv-udiv-128.ll | 179 ++++++++------------ test/CodeGen/X86/vector-idiv-udiv-256.ll | 121 +++++-------- test/CodeGen/X86/vector-idiv-udiv-512.ll | 263 ++++++++++++----------------- test/CodeGen/X86/vector-mul.ll | 45 ++--- test/CodeGen/X86/vector-shift-shl-128.ll | 42 ++--- test/CodeGen/X86/vector-shift-shl-256.ll | 54 +++--- 15 files changed, 597 insertions(+), 752 deletions(-)