This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 020a696694d [llvm-nm] Print out N_COLD_FUNC as "cold func" new 62dd6f64a05 [X86] Add DAG combine to merge vzext_movl with the various [...] new 8c69b6f74f0 [PowerPC] Update Vector Costs for P9
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/PowerPC/PPC.td | 10 +++- lib/Target/PowerPC/PPCSubtarget.cpp | 1 + lib/Target/PowerPC/PPCSubtarget.h | 2 + lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 57 ++++++++++++++---- lib/Target/PowerPC/PPCTargetTransformInfo.h | 1 + lib/Target/X86/X86ISelLowering.cpp | 26 +++++++++ lib/Target/X86/X86InstrAVX512.td | 32 ---------- lib/Target/X86/X86InstrSSE.td | 52 ----------------- test/Analysis/CostModel/PowerPC/p9.ll | 68 ++++++++++++++++++++++ test/CodeGen/X86/avx512dqvl-intrinsics.ll | 8 --- test/CodeGen/X86/avx512vl-intrinsics.ll | 20 ------- .../SLPVectorizer/PowerPC/short-to-double.ll | 39 +++++++++++++ 12 files changed, 192 insertions(+), 124 deletions(-) create mode 100644 test/Analysis/CostModel/PowerPC/p9.ll create mode 100644 test/Transforms/SLPVectorizer/PowerPC/short-to-double.ll