This is the mail archive of the gcc-cvs@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]

r125525 - in /branches/autovect-branch/gcc: Cha...


Author: dorit
Date: Thu Jun  7 09:21:06 2007
New Revision: 125525

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125525
Log:
        * tree-vect-analyze.c (vect_compute_data_ref_alignment): Don't fail if
        the inner step doesn't divide the vector-size. Change verbosity level.
        * tree-vect-transform.c (vect_create_data_ref_ptr): Fix a typo.
        (vect_setup_realignment): Takes additional argument. Handle the case
        when the realignment setup needs to take place inside the loop.
        (vectorizable_load): Call vect_setup_realignment with additional
        argument. Handle the case when the realignment setup needs to take
        place inside the loop.


Modified:
    branches/autovect-branch/gcc/ChangeLog.autovect
    branches/autovect-branch/gcc/testsuite/ChangeLog.autovect
    branches/autovect-branch/gcc/testsuite/gcc.dg/vect/vect-104.c
    branches/autovect-branch/gcc/testsuite/gcc.dg/vect/vect-outer-1b.c
    branches/autovect-branch/gcc/testsuite/gcc.dg/vect/vect-outer-3a.c
    branches/autovect-branch/gcc/testsuite/gcc.dg/vect/vect-outer-3b.c
    branches/autovect-branch/gcc/testsuite/gcc.dg/vect/vect-outer-fir.c
    branches/autovect-branch/gcc/tree-vect-analyze.c
    branches/autovect-branch/gcc/tree-vect-transform.c


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