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-master-aarch64-mainline-allyesconfig in repository toolchain/ci/gcc.
from 9febe9e4be7 widening_mul: Pattern recognize also signed multiplication [...] adds 9a6c37e6ae5 reassoc: Reassociate integral multiplies [PR95867] adds 39666d2b885 slp: fix is_linear_load_p to prevent multiple answers adds bd4298e1927 slp: handle externals correctly in linear_loads_p adds 0c18faac3fb slp: upgrade complex add to new format and fix memory leaks
No new revisions were added by this update.
Summary of changes: gcc/testsuite/gcc.dg/tree-ssa/pr95867.c | 14 ++++++ gcc/tree-ssa-math-opts.c | 7 +-- gcc/tree-ssa-math-opts.h | 26 +++++++++++ gcc/tree-ssa-reassoc.c | 77 +++++++++++++++++++++++++-------- gcc/tree-vect-slp-patterns.c | 47 +++++++++++++------- 5 files changed, 134 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95867.c create mode 100644 gcc/tree-ssa-math-opts.h