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: [killloop] Patch for PR24762


On Nov 15, 2005 03:28 PM, Daniel Berlin <dberlin@dberlin.org> wrote:
> You guys keep saying these are defs, and not uses, and that the
> register
> is implicitly defined by the eh edge.
>
> But the docs, and flow.c, give absolutely no indication that this is
> true.
>
> They all imply that there is a *real def* somewhere, and that this is
> just a use of it.

Maybe they are right.
Â
But in that case, the transformation done by loop-invariant.c would be
valid. That is clearly not the case, either.
Â
Gr.
Steven
Â
Â


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