aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2019-08-29 20:09:50 +0200
committerUros Bizjak <uros@gcc.gnu.org>2019-08-29 20:09:50 +0200
commitce189a6254e0fdcdf81d6131010b177104cb654e (patch)
tree5a9a864e239148ff5288521a8549de936d9e417e /gcc
parentb0d11f1ed68727a85280e0ceb83bf77b5385902a (diff)
downloadgcc-ce189a6254e0fdcdf81d6131010b177104cb654e.zip
gcc-ce189a6254e0fdcdf81d6131010b177104cb654e.tar.gz
gcc-ce189a6254e0fdcdf81d6131010b177104cb654e.tar.bz2
* ChangeLog: Fix wrong ChangeLog of my last entry.
From-SVN: r275049
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7a97562..e3f5d43 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -84,11 +84,8 @@
2019-08-28 Uroš Bizjak <ubizjak@gmail.com>
- * config/i386/i386-features.c
- (general_scalar_chain::compute_convert_gain):
- Correct cost for double-word shifts.
- (general_scalar_to_vector_candidate_p): Reject count operands
- greater or equal to mode bitsize.
+ * config/i386/i386.c (ix86_register_move_cost): Do not
+ limit the cost of moves to/from XMM register to minimum 8.
2019-08-28 Martin Jambor <mjambor@suse.cz>