This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2fd827f4704 Revert "[PowerPC] Fix inconsistent ImmMustBeMultipleOf for [...] new b7a5c20fc68 Revert "[TTI] Reduction costs only need to include a single [...]
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/CodeGen/BasicTTIImpl.h | 7 +- test/Analysis/CostModel/AArch64/vector-reduce.ll | 44 +-- test/Analysis/CostModel/X86/reduce-add.ll | 162 +++++----- test/Analysis/CostModel/X86/reduce-and.ll | 344 ++++++++++----------- test/Analysis/CostModel/X86/reduce-mul.ll | 288 ++++++++--------- test/Analysis/CostModel/X86/reduce-or.ll | 344 ++++++++++----------- test/Analysis/CostModel/X86/reduce-smax.ll | 120 +++---- test/Analysis/CostModel/X86/reduce-smin.ll | 120 +++---- test/Analysis/CostModel/X86/reduce-umax.ll | 120 +++---- test/Analysis/CostModel/X86/reduce-umin.ll | 120 +++---- test/Analysis/CostModel/X86/reduce-xor.ll | 344 ++++++++++----------- test/Analysis/CostModel/X86/reduction.ll | 92 +++--- .../SLPVectorizer/X86/horizontal-minmax.ll | 135 ++++++-- .../SLPVectorizer/X86/reduction_unrolled.ll | 255 +++++++++------ .../Transforms/SLPVectorizer/X86/remark_horcost.ll | 25 +- 15 files changed, 1334 insertions(+), 1186 deletions(-)