This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3593f97ffbb Branch/tag all projects with a single commit in release-tag [...] new 52d7ce62d6f [X86] Move the promotion of v16i16->v16i8 for avx512f but n [...]
The 1 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 | 14 ++-- lib/Target/X86/X86InstrAVX512.td | 12 ++++ test/CodeGen/X86/avx512-trunc.ll | 14 ++-- test/CodeGen/X86/pmul.ll | 28 ++++---- test/CodeGen/X86/prefer-avx256-trunc.ll | 2 +- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 8 +-- test/CodeGen/X86/vector-compare-results.ll | 28 ++++---- test/CodeGen/X86/vector-reduce-mul.ll | 108 ++++++++++++++--------------- test/CodeGen/X86/vector-sext.ll | 4 +- test/CodeGen/X86/vector-trunc-math.ll | 32 ++++----- test/CodeGen/X86/vector-trunc-packus.ll | 12 ++-- test/CodeGen/X86/vector-trunc-ssat.ll | 12 ++-- test/CodeGen/X86/vector-trunc-usat.ll | 12 ++-- test/CodeGen/X86/vector-trunc.ll | 16 ++--- 14 files changed, 156 insertions(+), 146 deletions(-)