remove obsolete code from SLP invariant costing
authorRichard Biener <rguenther@suse.de>
Thu, 28 May 2020 10:26:21 +0000 (12:26 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 28 May 2020 11:19:41 +0000 (13:19 +0200)
commit00cd57389767b9a81125f999d33d509cba0ebaaf
tree89ffd8d726e4cf32d027d989b34d44554bc28a52
parente31cd607e999ca6ab47b7e65a7045b1594e4fba4
remove obsolete code from SLP invariant costing

This removes handling of !SLP_TREE_VECTYPE from invariant costing.
The single caller guards against this case already.

2020-05-28  Richard Biener  <rguenther@suse.de>

* tree-vect-slp.c (vect_prologue_cost_for_slp): Remove
case for !SLP_TREE_VECTYPE.
(vect_slp_analyze_node_operations): Adjust.
gcc/tree-vect-slp.c