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/37471] Move invariant pulls too many cmps out of a loop



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-09-21 00:32 -------
While looking a different bug dealing with invariant motion, I noticed that
estimate_reg_pressure_cost does not take into account the mode of the new
register.  This seems like a big issue.  Also init_set_costs always uses SImode
which is not a good representation of the register pressure in general.  


-- 


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


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