This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 3164de6ac1b Daily bump. adds 4a6b8d9aad9 tree-optimization/105802 - another unswitching type issue adds 08afab6f864 tree-optimization/101668 - relax SLP of existing vectors adds dcfdd2851b2 i386: Optimize away shift count masking of shifts/rotates s [...]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386.cc | 14 ++ gcc/config/i386/i386.md | 198 ++++++++++++++++++++++------ 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/testsuite/gcc.target/i386/pr105778.c | 45 +++++++ gcc/tree-ssa-loop-unswitch.cc | 17 +-- gcc/tree-vect-slp.cc | 99 +++++++++++--- 9 files changed, 417 insertions(+), 67 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 create mode 100644 gcc/testsuite/gcc.target/i386/pr105778.c