This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6fade5a6044 LTO: check that make command works new 98161c248c8 arm: Auto-vectorization for MVE: vsub new 5f966d68971 Do not use doloop pattern with pragma Unroll
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/ChangeLog | 10 ++++ gcc/config/arm/mve.md | 16 +++++-- gcc/config/arm/neon.md | 24 +--------- gcc/config/arm/vec-common.md | 16 ++----- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.target/arm/simd/mve-vsub_1.c | 65 ++++++++++++++++++++++++++ gcc/tree-ssa-loop-ivopts.c | 3 ++ 7 files changed, 101 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vsub_1.c