This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from d2f4753d4ff tree-optimization/103361 - fix unroll-and-jam direction vec [...] new d1dc0f6222e tree-optimization/103544 - SLP reduction chain as SLP reduc [...] new c08d4266e48 tree-optimization/103864 - SLP reduction of reductions with [...]
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/testsuite/gcc.dg/vect/pr103544.c | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr103864.c | 16 ++++++++++++++++ gcc/tree-vect-slp.c | 9 +++++++-- 3 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr103544.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr103864.c