This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5893e44c14b [SDAG] Add SDNode/SDValue getConstantOperandAPInt helper. NFCI. new 38d80518304 [X86][AVX] Enable INSERT_SUBVECTOR(SRC0, SHUFFLE(SRC1)) shu [...]
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 | 42 ++- .../X86/avx512-shuffles/broadcast-vector-int.ll | 53 ++-- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 21 +- test/CodeGen/X86/combine-sdiv.ll | 9 +- test/CodeGen/X86/subvector-broadcast.ll | 10 +- test/CodeGen/X86/vector-reduce-mul-widen.ll | 73 ++--- test/CodeGen/X86/vector-reduce-mul.ll | 73 ++--- test/CodeGen/X86/vector-shuffle-256-v16.ll | 346 ++++++++++++++++----- test/CodeGen/X86/vector-shuffle-256-v8.ll | 38 +-- test/CodeGen/X86/vector-shuffle-avx512.ll | 10 +- test/CodeGen/X86/widened-broadcast.ll | 5 +- 11 files changed, 425 insertions(+), 255 deletions(-)