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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Tamar Christina
<tnfch...@gcc.gnu.org>:

https://gcc.gnu.org/g:e927d1cf141f221c5a32574bde0913307e140984

commit r12-8728-ge927d1cf141f221c5a32574bde0913307e140984
Author: Tamar Christina <tamar.christ...@arm.com>
Date:   Fri Aug 12 12:28:41 2022 +0100

    sve: Fix fcmuo combine patterns [PR106524]

    There's no encoding for fcmuo with zero.  This restricts the combine
patterns
    from accepting zero registers.

    gcc/ChangeLog:

            PR target/106524
            * config/aarch64/aarch64-sve.md (*fcmuo<mode>_nor_combine,
            *fcmuo<mode>_bic_combine): Don't accept comparisons against zero.

    gcc/testsuite/ChangeLog:

            PR target/106524
            * gcc.target/aarch64/sve/pr106524.c: New test.

    (cherry picked from commit f4ff20d464f90c85919ce2e7fa63e204dcda4e40)

Reply via email to