This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dfb4f108876 [X86] Replace more calls to getZeroVector with regular getC [...] new 7ac6c37d6f6 [X86] Add custom type legalization for v8i8->v8i32 sign ext [...] new 9ad322c7dfd [X86] Preserve undef information when creating a punpckl/hb [...]
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 | 37 +++++ test/CodeGen/X86/combine-mul.ll | 2 +- test/CodeGen/X86/combine-sdiv.ll | 6 +- test/CodeGen/X86/madd.ll | 36 ++--- test/CodeGen/X86/pmul.ll | 34 ++--- test/CodeGen/X86/vec_int_to_fp-widen.ll | 30 ++--- test/CodeGen/X86/vec_int_to_fp.ll | 10 +- test/CodeGen/X86/vector-idiv-sdiv-128.ll | 7 +- test/CodeGen/X86/vector-mul.ll | 34 +++-- test/CodeGen/X86/vector-reduce-mul.ll | 99 +++++++------- test/CodeGen/X86/vector-sext-widen.ll | 155 ++++++++++----------- test/CodeGen/X86/vector-sext.ll | 223 ++++++++++++++++--------------- test/CodeGen/X86/vector-shift-shl-128.ll | 4 +- test/CodeGen/X86/vector-shift-shl-256.ll | 8 +- 14 files changed, 353 insertions(+), 332 deletions(-)