Refactor SLP instance analysis
authorRichard Biener <rguenther@suse.de>
Mon, 26 Oct 2020 14:58:29 +0000 (15:58 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 26 Oct 2020 15:00:25 +0000 (16:00 +0100)
commit63b2149fb4b0bd16c44ab9485cfdc37149e97b97
tree8a30e6418cd0cbe28aba66b16e3724b9ff9d3a04
parent425bb53b54aece8ffe8298686c9ba5259ab17b0e
Refactor SLP instance analysis

This refactors the toplevel entry to analyze an SLP instance to
expose a worker analyzing from a vector of stmts and an SLP entry
kind.

2020-10-26  Richard Biener  <rguenther@suse.de>

* tree-vect-slp.c (enum slp_instance_kind): New.
(vect_build_slp_instance): Split out from...
(vect_analyze_slp_instance): ... this.
gcc/tree-vect-slp.c