This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 3164de6ac1b Daily bump. new 4a6b8d9aad9 tree-optimization/105802 - another unswitching type issue new 08afab6f864 tree-optimization/101668 - relax SLP of existing vectors
The 2 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/optabs-query.cc | 2 +- gcc/testsuite/g++.dg/opt/pr105802.C | 23 +++++++ gcc/testsuite/gcc.dg/vect/bb-slp-pr101668.c | 59 +++++++++++++++++ gcc/testsuite/gcc.target/i386/pr101668.c | 27 ++++++++ gcc/tree-ssa-loop-unswitch.cc | 17 ++--- gcc/tree-vect-slp.cc | 99 +++++++++++++++++++++++------ 6 files changed, 198 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr105802.C create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr101668.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101668.c