This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/69847] Spec 2006 403.gcc slows down with -mlra vs. reload on PowerPC


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69847

--- Comment #13 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
Hi, on the next week I am going to commit the patch I've just attached.  The
final version of the patch will have more comments.

With the patch LRA generates the same code for the test case as reload (the
only difference is in difference of used hard registers for some insns).  So
you can try the patch.

Sorry, for the long delay.  It took more time than I planned originally.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]