This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 977c908e78c [X86] Added PR31045 test case new 4fcc7e8528d [SLP] Support for horizontal min/max reduction.
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: include/llvm/Analysis/TargetTransformInfo.h | 8 + include/llvm/Analysis/TargetTransformInfoImpl.h | 2 + include/llvm/CodeGen/BasicTTIImpl.h | 60 + lib/Analysis/CostModel.cpp | 155 ++- lib/Analysis/TargetTransformInfo.cpp | 9 + lib/Target/X86/X86TargetTransformInfo.cpp | 146 +++ lib/Target/X86/X86TargetTransformInfo.h | 3 + lib/Transforms/Vectorize/SLPVectorizer.cpp | 292 ++++- .../SLPVectorizer/X86/horizontal-list.ll | 198 +-- .../SLPVectorizer/X86/horizontal-minmax.ll | 1373 ++++---------------- 10 files changed, 967 insertions(+), 1279 deletions(-)