This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c87b2ea7b2 [llgo] Move SetSubprogram new ae102799e0a [DAGCombiner] Add a combine to turn a build vector of zero [...] new 2ec9dcb2637 [X86] Combine vXi64 multiplies to MULDQ/MULUDQ during DAG c [...]
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 | 52 ++++++++++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 68 ++++++++++++++++++++------ test/CodeGen/ARM/dagcombine-anyexttozeroext.ll | 14 ++---- test/CodeGen/X86/combine-pmuldq.ll | 22 +-------- test/CodeGen/X86/masked_gather_scatter.ll | 12 ++--- test/CodeGen/X86/mulvi32.ll | 31 +++++------- test/CodeGen/X86/pmul.ll | 2 +- test/CodeGen/X86/xop-ifma.ll | 4 +- 8 files changed, 134 insertions(+), 71 deletions(-)