This is the mail archive of the gcc-patches@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: [PATCH] Splitting of virtual definitions (aka. V_MUST_DEF)


On Mon, 2004-06-07 at 09:45, Brian Booth wrote:

> 2004-06-07  Brian Booth  <bbooth@redhat.com>
> 
> 	* tree-dfa.c (dfa_stats_d): Add num_v_must_defs and rename
> 	num_vdefs to num_v_may_defs.
> 	(compute_immediate_uses_for_stmt): Rename occurences of vdef
> 	to v_may_def.
> 	(redirect_immediate_uses): Ditto.
> [ ... ]
>
Excellent job.  Thanks!  Only two things before you commit:

     1. Make sure that you don't have long lines wrapping around 80
        columns.
     2. Please modify the documentation in doc/tree-ssa.texi to describe
        V_MUST_DEF and V_MAY_DEF.

After you make those changes, the patch can go in.

Now that we have the infrastructure for must-defs, you can start
thinking about things we could do with them in the existing optimizers.

Did you get a chance of running this through POOMA and DLV?


Thanks.  Diego.


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