This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d1f05661fa6 Fortran: Ensure finalizers are created correctly [PR120637] new df64d099faf Allow the target to request a masked vector epilogue new e9079e4f43d add masked-epilogue tuning
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/config/i386/i386.cc | 59 ++++++++++++++++++++++ gcc/config/i386/x86-tune.def | 5 ++ gcc/testsuite/gcc.target/i386/vect-epilogues-3.c | 2 +- .../gcc.target/i386/vect-mask-epilogue-1.c | 11 ++++ .../gcc.target/i386/vect-mask-epilogue-2.c | 14 +++++ gcc/tree-vect-loop.cc | 35 +++++++++---- gcc/tree-vectorizer.h | 13 +++-- 7 files changed, 126 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/vect-mask-epilogue-1.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-mask-epilogue-2.c