This is the mail archive of the gcc-patches@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]

Re: pr14627


Diego Novillo wrote:

> Particularly if constants in PHI arguments are also blocking scalar
> evolutions.

The scalar evolution analysis will not be disturbed by this change:
the last step of the analysis consists in an instantiation of all the
SSA_NAMEs that are left in the expressions, such that you end by
asking the information that was not propagated down into phi's
arguments during this last step.


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