https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125174
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:15a641d7804b091d37113eb07f898b0cc7da428a commit r17-402-g15a641d7804b091d37113eb07f898b0cc7da428a Author: Richard Biener <[email protected]> Date: Wed May 6 13:47:48 2026 +0200 tree-optimization/125174 - cost OMP SIMD calls The following makes the target aware of OMP SIMD calls. Scalar costing costs calls as scalar_stmt, so make sure to at least do this level of costing for the vector side. PR tree-optimization/125174 * tree-vect-stmts.cc (vectorizable_simd_clone_call): Cost the number of OMP SIMD calls number of vector stmts.
