This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 84cbc95b543 [AMDGPU] Split 64-Bit XNOR to 64-Bit NOT/XOR new 2d4f754c337 [TTI] Reduction costs only need to include a single extract [...]
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-widen.ll | 174 +++++------ test/Analysis/CostModel/X86/reduce-add.ll | 162 +++++----- test/Analysis/CostModel/X86/reduce-and-widen.ll | 344 ++++++++++----------- test/Analysis/CostModel/X86/reduce-and.ll | 344 ++++++++++----------- test/Analysis/CostModel/X86/reduce-mul-widen.ll | 268 ++++++++-------- test/Analysis/CostModel/X86/reduce-mul.ll | 288 ++++++++--------- test/Analysis/CostModel/X86/reduce-or-widen.ll | 344 ++++++++++----------- test/Analysis/CostModel/X86/reduce-or.ll | 344 ++++++++++----------- test/Analysis/CostModel/X86/reduce-smax-widen.ll | 132 ++++---- test/Analysis/CostModel/X86/reduce-smax.ll | 120 +++---- test/Analysis/CostModel/X86/reduce-smin-widen.ll | 132 ++++---- test/Analysis/CostModel/X86/reduce-smin.ll | 120 +++---- test/Analysis/CostModel/X86/reduce-umax-widen.ll | 132 ++++---- test/Analysis/CostModel/X86/reduce-umax.ll | 120 +++---- test/Analysis/CostModel/X86/reduce-umin-widen.ll | 132 ++++---- test/Analysis/CostModel/X86/reduce-umin.ll | 120 +++---- test/Analysis/CostModel/X86/reduce-xor-widen.ll | 344 ++++++++++----------- test/Analysis/CostModel/X86/reduce-xor.ll | 344 ++++++++++----------- test/Analysis/CostModel/X86/reduction.ll | 92 +++--- test/Transforms/SLPVectorizer/X86/PR39774.ll | 74 +++-- .../SLPVectorizer/X86/horizontal-minmax.ll | 135 ++------ .../SLPVectorizer/X86/reduction_unrolled.ll | 255 ++++++--------- .../Transforms/SLPVectorizer/X86/remark_horcost.ll | 25 +- 25 files changed, 2242 insertions(+), 2354 deletions(-)