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

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

https://gcc.gnu.org/g:25dba615e3c191f0a7264538b6d260e91ca2624a

commit r15-2471-g25dba615e3c191f0a7264538b6d260e91ca2624a
Author: Lingling Kong <lingling.k...@intel.com>
Date:   Thu Aug 1 11:05:41 2024 +0800

    i386: Remove ndd support for *add<mode>_4 [PR113744]

    *add<mode>_4 and *adddi_4 are for shorter opcode from cmp to
    inc/dec or add $128. But NDD code is longer than the cmp code,
    so there is no need to support ndd.

    gcc/ChangeLog:

            PR target/113744
            * config/i386/i386.md (*add<mode>_4): Remove ndd support.
            (*adddi_4): Ditto.

    Co-Authored-By: Hu, Lin1 <lin1...@intel.com>

Reply via email to