aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6ccdbf8..96a6386 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,13 @@
2016-01-12 Richard Biener <rguenther@suse.de>
+ PR tree-optimization/69168
+ * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
+ pattern stmt SLP type.
+ * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
+ end up unused so cope with that case.
+
+2016-01-12 Richard Biener <rguenther@suse.de>
+
PR tree-optimization/69157
* tree-vect-stmts.c (vectorizable_mask_load_store): Check
stmts def type only during analyze phase.