[Bug tree-optimization/53645] Missed optimization for vector integer division lowering
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 2 06:56:00 GMT 2012
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
More information about the Gcc-bugs
mailing list