This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Fix virtual operands creation in vectorizer
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Dorit Nuzman <DORIT at il dot ibm dot com>
- Cc: Richard Guenther <rguenther at suse dot de>, Daniel Berlin <dberlin at dberlin dot org>, gcc-patches at gcc dot gnu dot org, Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Date: Tue, 28 Feb 2006 09:40:51 -0500
- Subject: Re: [patch] Fix virtual operands creation in vectorizer
- References: <OF247281F3.28979504-ONC2257123.002F01B9-C2257123.0030A85A@il.ibm.com>
Dorit Nuzman wrote:
> * tree-ssa-alias.c (new_type_alias): Takes additional argument.
> Calls
> get_ref_base_and_extent and overlap_subvar to add only relevant
> subvars as may-aliases.
> * tree-vect-transform.c (vect_create_data_ref_ptr): Call
> new_type_alias
> with additional argument.
> * tree-flow.h (new_type_alias): Takes additional argument.
>
OK.