diff options
author | Lingling Kong <lingling.kong@intel.com> | 2024-08-01 11:05:41 +0800 |
---|---|---|
committer | Lingling Kong <lingling.kong@intel.com> | 2024-08-01 11:09:19 +0800 |
commit | 25dba615e3c191f0a7264538b6d260e91ca2624a (patch) | |
tree | 45e3439622546bc859a65a234777dd4bb74cdc27 /gcc/gimplify.cc | |
parent | edad1b05010fedc7224515570592b2bd2153b21a (diff) | |
download | gcc-25dba615e3c191f0a7264538b6d260e91ca2624a.zip gcc-25dba615e3c191f0a7264538b6d260e91ca2624a.tar.gz gcc-25dba615e3c191f0a7264538b6d260e91ca2624a.tar.bz2 |
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>
Diffstat (limited to 'gcc/gimplify.cc')
0 files changed, 0 insertions, 0 deletions