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/81549] PHI node should be eliminated if loop iterates enough times.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81549

--- Comment #4 from rguenther at suse dot de <rguenther at suse dot de> ---
On Tue, 25 Jul 2017, amker at gcc dot gnu.org wrote:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81549
> 
> --- Comment #2 from amker at gcc dot gnu.org ---
> (In reply to Richard Biener from comment #1)
> > Confirmed.  This is sort of final value replacement (but not SCEV based).
> Hi, do we have dedicated pass responsible for this transformation?  Thanks.

Yes, pass_scev_cprop.

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