* ChangeLog: Fix wrong ChangeLog of my last entry.

From-SVN: r275049
This commit is contained in:
Uros Bizjak 2019-08-29 20:09:50 +02:00
parent b0d11f1ed6
commit ce189a6254

View file

@ -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>