]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR rtl-optimization/30213 (Wrong code with optimized memset() (possible bug in...
authorJan Hubicka <jh@suse.cz>
Wed, 20 Dec 2006 20:46:15 +0000 (21:46 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 20 Dec 2006 20:46:15 +0000 (20:46 +0000)
commit2a4f771a6e735f6b1924349c39f05f4f420c2a41
tree391ddf419840ba85f6d4c66c576620192d6584b6
parent75a4c3c194dda02369ca0b8ebcfe9f962f01dd02
re PR rtl-optimization/30213 (Wrong code with optimized memset() (possible bug in RTL bbro optimizer))

PR target/30213
* i386.c (expand_setmem_epilogue): Fix formating.
(dsmalest_pow2_greater_than): New function.
(ix86_expand_movmem): Improve comments; avoid re-computing of
epilogue size.
(promote_duplicated_reg_to_size): Break out from ...
(expand_setmem): ... this one; reorganize promotion code;
improve comments; avoid recomputation of epilogue size.

From-SVN: r120083
gcc/ChangeLog
gcc/config/i386/i386.c