This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 25593e55546 fortran: Remove useless elements count variable new 84f8f1ff6a9 aarch64: Relaxed SEL combiner patterns for unpacked SVE FP [...]
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/aarch64/aarch64-sve.md | 38 ++++++++--------- .../gcc.target/aarch64/sve/unpacked_cond_fmla_1.c | 47 ++++++++++++++++++++++ .../gcc.target/aarch64/sve/unpacked_cond_fmls_1.c | 47 ++++++++++++++++++++++ .../gcc.target/aarch64/sve/unpacked_cond_fnmla_1.c | 47 ++++++++++++++++++++++ .../gcc.target/aarch64/sve/unpacked_cond_fnmls_1.c | 47 ++++++++++++++++++++++ 5 files changed, 207 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_cond_fmla_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_cond_fmls_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_cond_fnmla_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_cond_fnmls_1.c