From: Cong Hou Date: Fri, 18 Apr 2014 19:53:14 +0000 (-0400) Subject: Correct the discription in ChangLog: X-Git-Tag: releases/gcc-5.1.0~8033 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96a4ad0cafdc1dace8c6224525f5b6df80a31498;p=thirdparty%2Fgcc.git Correct the discription in ChangLog: 2014-04-18 Cong Hou * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance the widen-mult pattern by handling two operands with different sizes, and operands whose size is smaller than half of the result type. From-SVN: r209525 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bbf468aec6b1..c75a816f3a53 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,10 +2,8 @@ * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance the widen-mult pattern by handling two operands with different - sizes. - * tree-vect-stmts.c (vectorizable_conversion): Allow multi-steps - conversions after widening mult operation. - (supportable_widening_operation): Likewise. + sizes, and operands whose size is smaller than half of the result + type. 2014-04-18 Jan Hubicka