diff options
author | Richard Sandiford <richard.sandiford@linaro.org> | 2017-09-18 15:50:03 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2017-09-18 15:50:03 +0000 |
commit | 8b7e9dba2bc921c24994129bb9231caa176d6da5 (patch) | |
tree | cf06fcaf6fcd2e2e9469de9c64d0f878f8b8231a /libcilkrts | |
parent | ac8936b4677fa10b676e5b12aa682b9d2d42c1e5 (diff) | |
download | gcc-8b7e9dba2bc921c24994129bb9231caa176d6da5.zip gcc-8b7e9dba2bc921c24994129bb9231caa176d6da5.tar.gz gcc-8b7e9dba2bc921c24994129bb9231caa176d6da5.tar.bz2 |
Move computation of SLP_TREE_NUMBER_OF_VEC_STMTS
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_operations instead.
2017-09-18 Richard Sandiford <richard.sandiford@linaro.org>
Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com>
gcc/
* tree-vectorizer.h (vect_slp_analyze_operations): Replace parameters
with a vec_info *.
* tree-vect-loop.c (vect_analyze_loop_operations): Update call
accordingly.
* tree-vect-slp.c (vect_slp_analyze_node_operations): Add vec_info *
parameter. Set SLP_TREE_NUMBER_OF_VEC_STMTS here rather than in
vect_schedule_slp_instance.
(vect_slp_analyze_operations): Replace parameters with a vec_info *.
Update call to vect_slp_analyze_node_operations. Simplify return
value.
(vect_slp_analyze_bb_1): Update call accordingly.
(vect_schedule_slp_instance): Remove vectorization_factor parameter.
Don't calculate SLP_TREE_NUMBER_OF_VEC_STMTS here.
(vect_schedule_slp): Update call accordingly.
Co-Authored-By: Alan Hayward <alan.hayward@arm.com>
Co-Authored-By: David Sherwood <david.sherwood@arm.com>
From-SVN: r252935
Diffstat (limited to 'libcilkrts')
0 files changed, 0 insertions, 0 deletions