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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Spencer Abson <sab...@gcc.gnu.org>:

https://gcc.gnu.org/g:00742daf6cac0ad10835ba0657d0f1a20bdf83db

commit r16-1505-g00742daf6cac0ad10835ba0657d0f1a20bdf83db
Author: Spencer Abson <spencer.ab...@arm.com>
Date:   Fri Jun 13 09:25:28 2025 +0000

    aarch64: Fold NOT+PTEST to NOTS [PR118150]

    Add combiner patterns for folding NOT+PTEST to NOTS when they share
    the same governing predicate.

    gcc/ChangeLog:
            PR target/118150
            * config/aarch64/aarch64-sve.md (*one_cmpl<mode>3_cc): New
            combiner pattern.
            (*one_cmpl<mode>3_ptest): Likewise.

    gcc/testsuite/ChangeLog:
            PR target/118150
            * gcc.target/aarch64/sve/acle/general/not_1.c: New test.

Reply via email to