This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8778ec7d1ac [X86] Merge addcarryx/addcarry intrinsic into a single addc [...] new 24a384d4a6c [CostModel][X86][AArch64] Adjust cost of the scalarization [...]
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/AArch64/vector-reduce.ll | 44 ++--- test/Analysis/CostModel/X86/reduce-smax-widen.ll | 180 ++++++++++----------- test/Analysis/CostModel/X86/reduce-smax.ll | 144 ++++++++--------- test/Analysis/CostModel/X86/reduce-smin-widen.ll | 176 ++++++++++---------- test/Analysis/CostModel/X86/reduce-smin.ll | 144 ++++++++--------- test/Analysis/CostModel/X86/reduce-umax-widen.ll | 180 ++++++++++----------- test/Analysis/CostModel/X86/reduce-umax.ll | 144 ++++++++--------- test/Analysis/CostModel/X86/reduce-umin-widen.ll | 180 ++++++++++----------- test/Analysis/CostModel/X86/reduce-umin.ll | 144 ++++++++--------- .../SLPVectorizer/X86/horizontal-minmax.ll | 90 ++++++----- 11 files changed, 725 insertions(+), 710 deletions(-)