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]

Re: Minor SSA cleanups




On Sun, 24 Jun 2001 law@redhat.com wrote:

>   In message <Pine.LNX.4.33.0106222330020.19001-100000@www.cgsoftware.com>you w
> rite:
>   > Yes, yes, I know, I was just not completely awake when i wrote that.
>   > However, GVN is doing a DFS over the SCC's of the graph.  It's just
>   > another thing to worry about to keep track of where the new definition is
>   > coming from (if it's different than the old defintiion), so I can update
>   > some pointer  that no other  pass but one needs, and that pass can easily
>   > compute.
> But in this case you aren't going to be changing the DF, and thus you
> won't need to change the embedded pointer.
>
>
>   > If they are specific to one pass, they don't belong in the phi structure,
>   > they belong in that pass.
> Actually, thinking about it, this information is not specific to one pass.
Then it's fine, and I have no objection to it, but I think it should be
documented a little better than a single comment in rtl.def.

>
> jeff
>


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