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] Vectorizer: resolve mix of pointer and object: take 2 part 1


On Thu, Feb 10, 2005 at 10:50:08AM +0200, Ira Rosen wrote:
> * tree-vectorizer.h (struct _stmt_vec_info): Rename a field: base
>         to base_address.
>         * tree-vectorizer.c (new_stmt_vec_info): Rename the above field of
>         stmt_vec_info.
>         (vect_get_base_and_offset): Always return an address.
>         (vect_create_addr_base_for_vector_ref): Remove treatment for
>         different data reference types.
>         (vect_compute_data_ref_alignment): Rename base to base_address in
>         stmt_vec_info. Get the object in order to force its alignment.
>         (vect_get_memtag_and_dr): Rename base to base_address in
>         stmt_vec_info. Extract the object for memtag analysis.

Ok.


r~


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