This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Tree-SSA self checking infrastructure
- From: Andrew MacLeod <amacleod at redhat dot com>
- To: Andrew MacLeod <amacleod at redhat dot com>
- Cc: Jeff Law <law at redhat dot com>, Jan Hubicka <hubicka at ucw dot cz>, Jan Hubicka <jh at suse dot cz>, gcc mailing list <gcc at gcc dot gnu dot org>
- Date: 19 Nov 2003 14:47:32 -0500
- Subject: Re: Tree-SSA self checking infrastructure
- References: <200311191913.hAJJD6Pa010763@speedy.slc.redhat.com> <1069270767.30708.872.camel@p4>
On Wed, 2003-11-19 at 14:39, Andrew MacLeod wrote:
> On Wed, 2003-11-19 at 14:13, law@redhat.com wrote:
> > In message <20031119190649.GQ16923@atrey.karlin.mff.cuni.cz>, Jan Hubicka write
> Your entry point is the function "remove_ssa_form (var_map)"
>
> I'll work through any problems you run into, but thats the basic gist of
> what needs to be done.
>
There will probably be a few little things I'll need to take care of on
toip of this. I suspect we need to reset the out_of_ssa_tag flag on any
rewritten partitions, and you will probably want to know if any
variables were created. that information is within the var_map, but not
directly avialable via a function call.
Those sorts of details will probably come up :-) I'll get
accessors/correctors for that information in a bit.
Andrew