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/31849] [4.3 Regression] Code size regression caused by fix to PR 31360



------- Comment #25 from rakdver at gcc dot gnu dot org  2007-11-26 00:48 -------
Created an attachment (id=14637)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14637&action=view)
Patch to make ivopts take autoincrement addressing modes into account

Ivopts take autoincrement addressing modes into account with this patch (in a
fairly simplistic form, sufficient to improve the code for the testcases in
this PR).  However, I do not have access to any architecture where I could test
it (I somewhat suspect it might cause performance regressions -- using
autoincrement addressing modes is not necessarily always profitable).


-- 


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


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