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

--- Comment #19 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Earnshaw <rearn...@gcc.gnu.org>:

https://gcc.gnu.org/g:2c9b69594665a87f74c6d5cb39fc6e075d75d771

commit r15-6038-g2c9b69594665a87f74c6d5cb39fc6e075d75d771
Author: Richard Earnshaw <rearn...@arm.com>
Date:   Fri Dec 6 12:57:52 2024 +0000

    arm: remove obsolete vcond expanders

    The vcond{,u} expander paterns have been declared as obsolete.  Remove
    them from the Arm backend.

    gcc/ChangeLog:

            PR target/114189
            * config/arm/arm-protos.h (arm_expand_vcond): Delete prototype.
            * config/arm/arm.cc (arm_expand_vcond): Delete function.
            * config/arm/vec-common.md (vcond<mode><mode>): Delete pattern
            (vcond<V_cvtto><mode>): Likewise.
            (vcond<VH_cvtto><mode>): Likewise.
            (vcondu<mode><v_cmp_result>): Likewise.

Reply via email to