This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: SSA for Trees - PRE implementation
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Sidney Bennett <sibennet at vt dot edu>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Thu, 08 Jan 2004 14:12:59 -0500
- Subject: Re: SSA for Trees - PRE implementation
- Organization: Red Hat Canada
- References: <01a801c3d61a$941c9220$7385fa84@wileecoyote>
On Thu, 2004-01-08 at 14:06, Sidney Bennett wrote:
> I am curious if others have found success or if they have found
> similar problems.
>
The SSA work is being done in a branch. Get a snapshot of the branch
(source and/or binaries) from http://gcc.gnu.org/projects/tree-ssa/
To see the effects of the PRE pass, use the -fdump-tree-pre switch. The
code is in tree-ssa-pre.c
Diego.