This is the mail archive of the gcc@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: [tree-ssa] Out of SSA status and issues


On Mon, 2003-05-12 at 13:08, law@redhat.com wrote:
> In message <1052755028.2743.368.camel@p4>, Andrew MacLeod writes:
>  >On another note, shouldn't the into-ssa-pass's copy propagation only be
>  >turned on when -ftree-copyprop is specified?  I think we do it all the
>  >time right now... thus my problem in libstdc++ even without
>  >-ftree-copyprop...
> Probably...
> 
> 
> FWIW, I dug up my changes to identify the problem variables (those
> occurring in abnormal PHIs) and cobbled together the two lines of
> code necessary to use that information to avoid copy propagating
> those variables during SSA renaming.
> 
> Interested in playing with it to see if it resolves your problems?
> 
Absolutely :-)

Andrew



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