summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-10-24 10:44:56 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-10-24 10:44:56 +0000
commit4065f60aebbe2cb4efeb2d408ab3b4d05365e4cf (patch)
treeffea2d11e20212b983fdd0aaa7477e99a37899ee /gcc/ChangeLog
parent7c5c4b3763e5f723ce1501fcd1b11a56c67e87b8 (diff)
downloadgcc-4065f60aebbe2cb4efeb2d408ab3b4d05365e4cf.tar.gz
PR target/82628
* config/i386/i386.md (addcarry<mode>, subborrow<mode>): Change patterns to better describe from which operation the CF is computed. (addcarry<mode>_0, subborrow<mode>_0): New patterns. * config/i386/i386.c (ix86_expand_builtin) <case handlecarry>: Pass one LTU with [DT]Imode and another one with [SD]Imode. If arg0 is 0, use _0 suffixed expanders instead of emitting a comparison before it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254039 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 82d69edfb0b..c2c3a523405 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2017-10-24 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/82628
+ * config/i386/i386.md (addcarry<mode>, subborrow<mode>): Change
+ patterns to better describe from which operation the CF is computed.
+ (addcarry<mode>_0, subborrow<mode>_0): New patterns.
+ * config/i386/i386.c (ix86_expand_builtin) <case handlecarry>: Pass
+ one LTU with [DT]Imode and another one with [SD]Imode. If arg0
+ is 0, use _0 suffixed expanders instead of emitting a comparison
+ before it.
+
2017-10-06 Sergey Shalnov <Sergey.Shalnov@intel.com>
* config/i386/i386.md(*movsf_internal, *movdf_internal):