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] AST optimizer in C++?


On Sun, 25 Aug 2002, Diego Novillo wrote:

> On Sun, 25 Aug 2002, Chris Lattner wrote:
> 
> > Is there a reason that you'd like to have a SIMPLE form that is not in
> > SSA?
> > 
> Only that nobody has bothered implementing it.  We'd need to
>
Well, that and the fact that by encoding SSA into the IR you're
now forcing every transformation to know about SSA.  Not all of
them do.  In principle I don't see why dataflow and IR should be
tied to each other.


Diego.


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