This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 491c5046445 [X86][AVX] Add X86ISD::VPERMILPV demandedelts tests new 31e4f8550c6 [X86] SimplifyDemandedVectorElts - add X86ISD::VPERMILPV ma [...] new 90dd83f8054 [AArch64] Add lowering pattern for llvm.aarch64.neon.vcvtfx [...] new 8e4da35c4ae [DAGCombiner][x86] scalarize inserted vector FP ops
The 3 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 | 58 +++++++++++ lib/Target/AArch64/AArch64InstrInfo.td | 2 + lib/Target/X86/X86ISelLowering.cpp | 3 +- test/CodeGen/AArch64/fp16_intrinsic_scalar_2op.ll | 10 ++ test/CodeGen/X86/scalarize-fp.ll | 112 ++++++++-------------- test/CodeGen/X86/vector-shuffle-combining-avx.ll | 101 ++++--------------- 6 files changed, 131 insertions(+), 155 deletions(-)