This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 98bfd845e93 Add avx512 tests for MADDSUB and FMSUBADD SLP vectorization [...] new 9f34b780b04 tree-optimization/99728 - improve LIM for loops with aggreg [...] new 005f31a0370 tree-optimization/34195 - testcase for fixed vectorization
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/g++.dg/opt/pr99728.C | 50 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr34195.c | 33 +++++++++++++++++++++ gcc/tree-ssa-loop-im.c | 59 ++++++++++++++++++++++++++++++++----- 3 files changed, 135 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr99728.C create mode 100644 gcc/testsuite/gcc.dg/vect/pr34195.c