This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 143e50f2ed5 tree-optimization/120808 - SLP build with mixed .FMA/.FMS new 5aca8510abe tree-optimization/109892 - SLP reduction of fma
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/testsuite/gcc.dg/vect/vect-reduc-fma-1.c | 15 +++++++++++++++ gcc/testsuite/gcc.dg/vect/vect-reduc-fma-2.c | 20 ++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/vect-reduc-fma-3.c | 16 ++++++++++++++++ gcc/tree-vect-loop.cc | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-fma-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-fma-2.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-fma-3.c