This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a8fc6663457 [X86] Initialize and Register X86CondBrFoldingPass new 1253bae2f05 [CostModel][X86] Fix overcounting arithmetic cost in illega [...]
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 | 9 +- test/Analysis/CostModel/X86/reduce-add-widen.ll | 94 ++--- test/Analysis/CostModel/X86/reduce-add.ll | 94 ++--- test/Analysis/CostModel/X86/reduce-and-widen.ll | 144 +++---- test/Analysis/CostModel/X86/reduce-and.ll | 144 +++---- test/Analysis/CostModel/X86/reduce-mul-widen.ll | 120 +++--- test/Analysis/CostModel/X86/reduce-mul.ll | 124 +++--- test/Analysis/CostModel/X86/reduce-or-widen.ll | 144 +++---- test/Analysis/CostModel/X86/reduce-or.ll | 144 +++---- test/Analysis/CostModel/X86/reduce-smax-widen.ll | 70 ++-- test/Analysis/CostModel/X86/reduce-smax.ll | 70 ++-- test/Analysis/CostModel/X86/reduce-smin-widen.ll | 70 ++-- test/Analysis/CostModel/X86/reduce-smin.ll | 70 ++-- test/Analysis/CostModel/X86/reduce-umax-widen.ll | 70 ++-- test/Analysis/CostModel/X86/reduce-umax.ll | 70 ++-- test/Analysis/CostModel/X86/reduce-umin-widen.ll | 70 ++-- test/Analysis/CostModel/X86/reduce-umin.ll | 70 ++-- test/Analysis/CostModel/X86/reduce-xor-widen.ll | 144 +++---- test/Analysis/CostModel/X86/reduce-xor.ll | 144 +++---- test/Analysis/CostModel/X86/reduction.ll | 130 ++----- .../SLPVectorizer/X86/horizontal-minmax.ll | 423 ++++----------------- .../SLPVectorizer/X86/reduction_unrolled.ll | 4 +- 22 files changed, 1053 insertions(+), 1369 deletions(-)