This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2239b33d130 OpenMP: Fix "begin declare variant" test failure with -m32 new ed1911b9f1f [tree-optimization] Allow LICM to hoist loads in "self writ [...]
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-licm-hoist-1.c | 24 +++++++++++++++ gcc/testsuite/gcc.dg/vect/vect-licm-hoist-2.c | 26 ++++++++++++++++ gcc/tree-ssa-loop-im.cc | 43 +++++++++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-licm-hoist-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-licm-hoist-2.c