This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 453d3d90c37 AArch64: use movi d0, #0 to clear SVE registers instead of [...] new 55f898008ec middle-end: Fix VEC_PERM_EXPR lowering since relaxation of [...] new 51291ad0f1f middle-end: Fix GSI for gcond root [PR117140]
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/gcc.dg/vec-perm-lower.c | 16 ++++ .../gcc.dg/vect/vect-early-break_129-pr117140.c | 94 ++++++++++++++++++++++ gcc/tree-vect-generic.cc | 7 +- gcc/tree-vect-slp.cc | 2 +- 4 files changed, 115 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vec-perm-lower.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_129-pr117140.c