This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7c4f8ae20cc Use gather_imm_use_stmts instead of FOR_EACH_IMM_USE_STMT i [...] new 470411f44f5 forwprop: allow subvectors in simplify_vector_constructor ()
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/tree-ssa/forwprop-43.c | 169 +++++++++++++++++++++ .../gcc.target/aarch64/simd/combine_ext.c | 46 ++++++ gcc/tree-ssa-forwprop.cc | 53 +++++-- gcc/tree-vect-generic.cc | 18 --- gcc/tree.cc | 18 +++ gcc/tree.h | 4 + 6 files changed, 279 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/forwprop-43.c create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/combine_ext.c