[Bug tree-optimization/97020] [11 regression] new SVE failures after g:47ddf4c7b1d4471cb9534f27844ab5e4279c2168
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 11 12:39:44 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97020
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:8d3767c30240c901a493d82d9d20f306b2f0152d
commit r11-3148-g8d3767c30240c901a493d82d9d20f306b2f0152d
Author: Richard Biener <rguenther@suse.de>
Date: Fri Sep 11 13:51:58 2020 +0200
tree-optimization/97020 - account SLP cost in loop vect again
The previous re-org made the cost of SLP vector stmts in loop
vectorization ignored. The following rectifies this mistake.
2020-09-11 Richard Biener <rguenther@suse.de>
PR tree-optimization/97020
* tree-vect-slp.c (vect_slp_analyze_operations): Apply
SLP costs when doing loop vectorization.
More information about the Gcc-bugs
mailing list