This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 34035f0c288 [X86] Make the multiply and divide itineraries more consistent. new 33cd6b5b1c4 [X86] Remove sse41 specific code from lowering v16i8 multiply new 85724b02b40 [X86] Add MOV16ri*/MOV32ri*/MOV64ri* to scheduler models to [...]
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/Target/X86/X86ISelLowering.cpp | 48 +++----- lib/Target/X86/X86InstrCompiler.td | 4 +- lib/Target/X86/X86SchedBroadwell.td | 2 +- lib/Target/X86/X86SchedHaswell.td | 5 +- lib/Target/X86/X86SchedSandyBridge.td | 2 +- lib/Target/X86/X86SchedSkylakeClient.td | 2 +- lib/Target/X86/X86SchedSkylakeServer.td | 2 +- test/CodeGen/X86/combine-mul.ll | 13 ++- test/CodeGen/X86/pmul.ll | 191 ++++++++++++++----------------- test/CodeGen/X86/vector-idiv-sdiv-128.ll | 22 ++-- test/CodeGen/X86/vector-idiv-sdiv-256.ll | 16 ++- test/CodeGen/X86/vector-idiv-udiv-128.ll | 22 ++-- test/CodeGen/X86/vector-idiv-udiv-256.ll | 74 ++++++------ test/CodeGen/X86/vector-mul.ll | 153 ++++++++++++------------- 14 files changed, 254 insertions(+), 302 deletions(-)