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

[Bug tree-optimization/51269] Vectorization profitability threshold is not actually used


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51269

--- Comment #3 from irar at gcc dot gnu.org 2012-01-03 13:24:12 UTC ---
Author: irar
Date: Tue Jan  3 13:24:04 2012
New Revision: 182844

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182844
Log:

        PR tree-optimization/51269
        * tree-vect-loop-manip.c (set_prologue_iterations): Make
        first_niters a pointer.
        (slpeel_tree_peel_loop_to_edge): Likewise.
        (vect_do_peeling_for_loop_bound): Update call to
        slpeel_tree_peel_loop_to_edge.
        (vect_gen_niters_for_prolog_loop): Don't compute
        wide_prolog_niters here.  Remove it from the parameters list.
        (vect_do_peeling_for_alignment): Update calls and compute
        wide_prolog_niters.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-loop-manip.c


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