This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a94891b42dc llvm-undname: Several behavior-preserving changes to increa [...] new 47d861e4bff [SelectionDAG][x86] limit post-legalization store merging by type new 319cfe2ad01 [PowerPC] P9 Scheduling Model: dispatching rule fixes
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: include/llvm/CodeGen/TargetLowering.h | 10 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +- lib/Target/PowerPC/P9InstrResources.td | 238 ++++++++------- lib/Target/PowerPC/PPCScheduleP9.td | 50 +++- lib/Target/X86/X86ISelLowering.h | 6 +- test/CodeGen/PowerPC/build-vector-tests.ll | 8 +- test/CodeGen/PowerPC/csr-save-restore-order.ll | 48 ++-- test/CodeGen/PowerPC/vec_conv_fp32_to_i8_elts.ll | 352 +++++++++++------------ test/CodeGen/X86/vector-trunc-widen.ll | 4 +- 10 files changed, 381 insertions(+), 339 deletions(-)