This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c51040cb434 RISC-V: Optimize consecutive permutation index pattern by v [...] new 46937e1b472 middle-end: refactor vectorizable_comparison to make the ma [...] new d65e38e616e middle-end: Refactor vectorizer loop conditionals and separ [...] new 0c8522870ef middle-end: updated niters analysis to handle multiple exits. new 60c231cb658 middle-end: maintain LCSSA throughout loop peeling
The 4 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/tree-if-conv.cc | 7 + gcc/tree-loop-distribution.cc | 3 +- gcc/tree-scalar-evolution.cc | 10 +- gcc/tree-scalar-evolution.h | 1 + gcc/tree-vect-data-refs.cc | 3 +- gcc/tree-vect-loop-manip.cc | 483 +++++++++++++++++++++--------------------- gcc/tree-vect-loop.cc | 245 ++++++++++++++------- gcc/tree-vect-stmts.cc | 64 ++++-- gcc/tree-vectorizer.cc | 2 + gcc/tree-vectorizer.h | 36 +++- 10 files changed, 512 insertions(+), 342 deletions(-)