[Bug rtl-optimization/61241] built-in memset makes the caller function slower

2014-05-20 Thread ma.jiang at zte dot com.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61241 --- Comment #4 from ma.jiang at zte dot com.cn --- (In reply to ktkachov from comment #3) > Can you please send the patch to gcc-patc...@gcc.gnu.org including a > ChangeLog Done! Thanks.

[Bug rtl-optimization/61241] built-in memset makes the caller function slower

2014-05-20 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61241 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug rtl-optimization/61241] built-in memset makes the caller function slower than normal memset

2014-05-19 Thread ma.jiang at zte dot com.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61241 --- Comment #2 from ma.jiang at zte dot com.cn --- Created attachment 32823 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32823&action=edit testcase should be put into gcc/testsuite/gcc.target/arm

[Bug rtl-optimization/61241] built-in memset makes the caller function slower than normal memset

2014-05-19 Thread ma.jiang at zte dot com.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61241 --- Comment #1 from ma.jiang at zte dot com.cn --- Created attachment 32822 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32822&action=edit proposed patch