aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCong Hou <congh@gcc.gnu.org>2014-04-18 15:53:14 -0400
committerCong Hou <congh@gcc.gnu.org>2014-04-18 15:53:14 -0400
commit96a4ad0cafdc1dace8c6224525f5b6df80a31498 (patch)
tree734135a9e6672cd49a3abbddf63a6b55690c7ecd
parentd367387cf1ba680dd02786332cf71ffa70b8d9a6 (diff)
downloadgcc-96a4ad0cafdc1dace8c6224525f5b6df80a31498.zip
gcc-96a4ad0cafdc1dace8c6224525f5b6df80a31498.tar.gz
gcc-96a4ad0cafdc1dace8c6224525f5b6df80a31498.tar.bz2
Correct the discription in ChangLog:
2014-04-18 Cong Hou <congh@google.com> * 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
-rw-r--r--gcc/ChangeLog6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bbf468a..c75a816 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 <hubicka@ucw.cz>