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 tree-optimization/50213] [4.6/4.7 Regression] Regression in space-optimized code relative to 4.5.x


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

--- Comment #6 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-09-07 09:31:02 UTC ---
Other simple heuristic would be to not propagate the IV increment (see what
DOM does in simple_iv_increment_p).  I'm going to test a patch like that.


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