[patch] (4.1 projects, stage 1.2) Incrementally preserve loop-closed form when vectorizing

Diego Novillo dnovillo@redhat.com
Mon Mar 28 13:51:00 GMT 2005


On Tue, Mar 22, 2005 at 07:43:32PM -0600, Keith Besaw wrote:

> + /* Creates a duplicate of the ptr_info_def at PTR_INFO for use by
> +    the ssa name NAME.  */
> + 
> + void
> + duplicate_ssa_name_ptr_info (tree name, struct ptr_info_def *ptr_info)
> + {
>
Please make duplicate_ssa_name call this function.  Other than
that, this is OK for now.

As I said earlier, we will likely need to make several changes to
this code once the incremental SSA patch goes in.  But your code
was ready first, so I'll update it when I commit my patch to
mainline.

However, try to get your code in mainline this week.  My patch
should be ready soon.


Diego.



More information about the Gcc-patches mailing list