https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99195

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kyrylo Tkachov <ktkac...@gcc.gnu.org>:

https://gcc.gnu.org/g:3b13c59c835f92b353ef318398e39907cdeec4fa

commit r14-178-g3b13c59c835f92b353ef318398e39907cdeec4fa
Author: Kyrylo Tkachov <kyrylo.tkac...@arm.com>
Date:   Sun Apr 23 14:40:17 2023 +0100

    aarch64: Add vect_concat with zeroes annotation to addp pattern

    Similar to others, the addp pattern can be safely annotated with
<vczle><vczbe> to create
    the implicit vec_concat-with-zero variants.

    Bootstrapped and tested on aarch64-none-linux-gnu and aarch64_be-none-elf.

    gcc/ChangeLog:

            PR target/99195
            * config/aarch64/aarch64-simd.md (aarch64_addp<mode>): Rename to...
            (aarch64_addp<mode><vczle><vczbe>): ... This.

    gcc/testsuite/ChangeLog:

            PR target/99195
            * gcc.target/aarch64/simd/pr99195_1.c: Add testing for vpadd
intrinsics.

Reply via email to