This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0f3cd532fa0 Do not load the thunk symbols. new 5ba5e856f32 arm: Auto-vectorization for MVE: vld2/vst2 new 4eaf65ed6a6 arm: Auto-vectorization for MVE: vld4/vst4
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/arm/neon.md | 34 ------- gcc/config/arm/vec-common.md | 53 ++++++++++ gcc/testsuite/gcc.target/arm/simd/mve-vld2.c | 96 ++++++++++++++++++ gcc/testsuite/gcc.target/arm/simd/mve-vld4.c | 140 +++++++++++++++++++++++++++ 4 files changed, 289 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vld2.c create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vld4.c