This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cbcde934b39 [InstCombine] Add preliminary tests for nested min/max comb [...]
new 38ad550dd9a [TTI] Fix uses of SK_ExtractSubvector shuffle costs (PR39368)
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 | 4 +-
include/llvm/CodeGen/BasicTTIImpl.h | 18 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
test/Analysis/CostModel/AArch64/vector-reduce.ll | 44 ++--
test/Analysis/CostModel/X86/reduce-add.ll | 72 +++---
test/Analysis/CostModel/X86/reduce-and.ll | 293 +++++++++++++++--------
test/Analysis/CostModel/X86/reduce-mul.ll | 104 ++++----
test/Analysis/CostModel/X86/reduce-or.ll | 293 +++++++++++++++--------
test/Analysis/CostModel/X86/reduce-smax.ll | 40 ++--
test/Analysis/CostModel/X86/reduce-smin.ll | 40 ++--
test/Analysis/CostModel/X86/reduce-umax.ll | 40 ++--
test/Analysis/CostModel/X86/reduce-umin.ll | 40 ++--
test/Analysis/CostModel/X86/reduce-xor.ll | 293 +++++++++++++++--------
test/Analysis/CostModel/X86/reduction.ll | 4 +-
14 files changed, 799 insertions(+), 488 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from afa6c510576 2018-10-30 Aaron Sawdey <acsawdey(a)linux.ibm.com>
new df730726362 * gcov.c (output_lines): Remove duplicate line.
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:
gcc/ChangeLog | 4 ++++
gcc/gcov.c | 2 --
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from fde907c18c Automatic date update in version.in
adds 8081781f5b Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9abf4aed732 [InstSimplify] add tests for fcmp folds; NFC
new cbcde934b39 [InstCombine] Add preliminary tests for nested min/max comb [...]
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:
test/Transforms/InstCombine/maximum.ll | 60 ++++++++++++++++++++++++++++++++
test/Transforms/InstCombine/maxnum.ll | 60 ++++++++++++++++++++++++++++++++
test/Transforms/InstCombine/minimum.ll | 62 +++++++++++++++++++++++++++++++++-
test/Transforms/InstCombine/minnum.ll | 62 +++++++++++++++++++++++++++++++++-
4 files changed, 242 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.