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] Two small changes to fix two missed optimization in the vectorizer.


On Sun, Feb 13, 2005 at 01:01:16PM +0200, Ira Rosen wrote:
>       * tree-vectorizer.c (vect_analyze_pointer_ref_access): Use
>       POINTER_TYPE_P when checking that type is a pointer.
>       (vect_get_memtag): Remove.
>       (vect_address_analysis): Use POINTER_TYPE_P. Call
>       vect_object_analysis with dummy parameter for memtag.
>       (vect_object_analysis): Extract memtag (functionality that
>       used to be in vect_get_memtag and moved here). Fix printings.
>       (vect_analyze_data_refs): Fix comment. Call vect_object_analysis
>       with correct parameters. Remove call to vect_get_memtag.

Ok.


r~


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