This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cdc6bf44eec Modify checks to avoid referencing NULL pointer. new 4269a6567eb Fix memory constraint on MVE v[ld/st][2/4] instructions [PR107714]
The 1 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/arm-protos.h | 1 + gcc/config/arm/arm.cc | 18 ++ gcc/config/arm/constraints.md | 5 + gcc/config/arm/mve.md | 8 +- gcc/config/arm/predicates.md | 4 + .../arm/mve/intrinsics/vldst24q_reg_offset.c | 300 +++++++++++++++++++++ 6 files changed, 332 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/vldst24q_reg_offset.c