This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: More fun with SSA
On Mon, 02 Jul 2001, Alex Rosenberg wrote:
> on 7/2/01 9:35 AM, law@redhat.com at law@redhat.com wrote:
>
> > Right now our SSA path sits between cse1 and gcse. For various reasons
> > I think that's wrong and it would be better if we moved the SSA path
> > to an earlier point in the compiler.
>
> Does it make sense to convert from trees directly to SSA?
>
We have a pass that converts trees to SSA form. I have been
working on it since January. I contributed a patch in early
March which still hasn't been reviewed and it has gone through
some major changes.
I'm in the process of contributing clean-up patches in
preparation for the main tree-ssa stuff. Hopefully, in the next
few days.
Diego.