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/39201] [meta-bug] ivopts metabug



------- Comment #3 from bonzini at gnu dot org  2009-02-16 09:56 -------
Subject: Re:  [meta-bug] ivopts metabug

> I'm adding PR 34163 in the hope that ivopts pass will someday know how to
> handle x[n] = f (x[n-1]) from "... very tight loops that calculate x[n] from
> the value x[n-1], where x[n-1] is the result of a previous step."
>
> This is especially important for unrolled loops, see PR 34163, comment #8

Isn't what you want simply load PRE?  That looks like a pass ordering
problem...


-- 


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


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