* tree-vect-slp.c (vect_slp_bb): Move opening of vect_slp_analyze_bb
dump-scope ...
(vect_slp_analyze_bb_1): ... here to avoid hiding optimized locations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265840
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-11-06 Richard Biener <rguenther@suse.de>
+
+ * tree-vect-slp.c (vect_slp_bb): Move opening of vect_slp_analyze_bb
+ dump-scope ...
+ (vect_slp_analyze_bb_1): ... here to avoid hiding optimized locations.
+
2018-11-06 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* gcc/config/msp430/msp430.h (REG_CLASS_CONTENTS): Add R0 to
vec<data_reference_p> datarefs, int n_stmts,
bool &fatal, vec_info_shared *shared)
{
+ DUMP_VECT_SCOPE ("vect_slp_analyze_bb");
+
bb_vec_info bb_vinfo;
slp_instance instance;
int i;
bool any_vectorized = false;
auto_vector_sizes vector_sizes;
- DUMP_VECT_SCOPE ("vect_slp_analyze_bb");
-
/* Autodetect first vector size we try. */
current_vector_size = 0;
targetm.vectorize.autovectorize_vector_sizes (&vector_sizes);