Re: Move computation of SLP_TREE_NUMBER_OF_VEC_STMTS

2017-09-15 Thread Jeff Law
On 09/15/2017 04:43 AM, Richard Sandiford wrote: > Previously SLP_TREE_NUMBER_OF_VEC_STMTS was calculated while scheduling > an SLP tree after analysis, but sometimes it can be useful to know the > value during analysis too. This patch moves the calculation to > vect_slp_analyze_node_operaions ins

Move computation of SLP_TREE_NUMBER_OF_VEC_STMTS

2017-09-15 Thread Richard Sandiford
Previously SLP_TREE_NUMBER_OF_VEC_STMTS was calculated while scheduling an SLP tree after analysis, but sometimes it can be useful to know the value during analysis too. This patch moves the calculation to vect_slp_analyze_node_operaions instead. This became more natural after: 2017-06-30 Richa