* ChangeLog: Fix wrong ChangeLog of my last entry.
authorUros Bizjak <uros@gcc.gnu.org>
Thu, 29 Aug 2019 18:09:50 +0000 (20:09 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 29 Aug 2019 18:09:50 +0000 (20:09 +0200)
From-SVN: r275049

gcc/ChangeLog

index 7a97562..e3f5d43 100644 (file)
 
 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>