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/17679] [4.0 Regression] Aliasing problem with ivopts


------- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz  2004-09-26 17:33 -------
Subject: Re:  [4.0 Regression] Aliasing problem with ivopts

Hello,

> As I said in another bug, this really should not be done with the
> subtraction at all, on PPC at least it is better to have different
> IV's for the arrays.

I do not think the memory reference would get expressed in this way on
PPC (if it does, it is a bug in cost function for ivopts and please
create a bugreport for it).  However on i686 this seems to be the best
option, taking the register pressure into account.

Zdenek


-- 


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


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