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/53645] Missed optimization for vector integer division lowering


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

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-07-02 06:56:28 UTC ---
Author: jakub
Date: Mon Jul  2 06:56:24 2012
New Revision: 189108

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189108
Log:
    PR tree-optimization/53645
    * tree-vect-generic.c (expand_vector_divmod): Use TYPE_MODE (type)
    instead of TYPE_MODE (wider_type) as can_vec_perm_p argument.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-generic.c


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