]> gcc.gnu.org Git - gcc.git/commit
i386: Remove ndd support for *add<mode>_4 [PR113744]
authorLingling Kong <lingling.kong@intel.com>
Thu, 1 Aug 2024 03:05:41 +0000 (11:05 +0800)
committerLingling Kong <lingling.kong@intel.com>
Thu, 1 Aug 2024 03:09:19 +0000 (11:09 +0800)
commit25dba615e3c191f0a7264538b6d260e91ca2624a
tree45e3439622546bc859a65a234777dd4bb74cdc27
parentedad1b05010fedc7224515570592b2bd2153b21a
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.hu@intel.com>
gcc/config/i386/i386.md
This page took 0.054717 seconds and 5 git commands to generate.