tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-distance...
authorDorit Nuzman <dorit@il.ibm.com>
Fri, 10 Jun 2005 14:52:01 +0000 (14:52 +0000)
committerDorit Nuzman <dorit@gcc.gnu.org>
Fri, 10 Jun 2005 14:52:01 +0000 (14:52 +0000)
commitbb7483290049647685d17557117e4285530266f3
tree57c8ef6636055daf9e83a4e162b8bca978e69d33
parentcdd5a1bebee6ddca1324d85535f6a1f82ba9cede
tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-distance modulo VF is 0 are recorded in the...

        * tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose
        dependence-distance modulo VF is 0 are recorded in the
        SAME_ALIGN_REFs VEC in each DR.
        (vect_enhance_data_refs_alignment): Avoid 80 column overflow. The
        alignment information of DRs that are in the SAME_ALIGN_REFs VEC of the
        DR we want to peel for, is set to 0.
        * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Fix printout.
        * tree-vectorizer.c (destroy_loop_vec_info): Free the SAME_ALIGN_REFs
        VEC.
        * tree-vectorizer.h (dr_p): New type. Defined to use the VEC API.
        (_stmt_vec_info): Added new field same_align_refs.
        (STMT_VINFO_SAME_ALIGN_REFS): New macro.

From-SVN: r100817
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-91.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/vect/vect-dv-2.c
gcc/testsuite/gcc.dg/vect/vect-ifcvt-1.c
gcc/testsuite/gfortran.dg/vect/vect-4.f90
gcc/tree-vect-analyze.c
gcc/tree-vect-transform.c
gcc/tree-vectorizer.c
gcc/tree-vectorizer.h