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: SSA for Trees - PRE implementation


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.


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