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 target/10242] [ARM] subsequent use of plus and minus operators could be improved



------- Comment #5 from rearnsha at gcc dot gnu dot org  2009-03-17 00:15 -------
This is a case where early splitting (before register allocation) of a constant
in a plus expression leads to poor code.  We should try disabling the split of
a plus when combined with the internal frame pointer.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10242


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