On 09/10/2025 15:42, Robin Dapp wrote:
     Check if STMT_INFO performs a function call that can be vectorized.
-   If VEC_STMT is also passed, vectorize STMT_INFO: create a vectorized
-   stmt to replace it, put it in VEC_STMT, and insert it at GSI.
+   If COST_VEC is also passed, vectorize STMT_INFO: create a vectorized
+   stmt to replace it, and insert it at GSI.
     Return true if STMT_INFO is vectorizable in this way.  */

Isn't it the other way around?  If cost_vec is _not_ passed we vectorize,
otherwise just cost?

Ugh, I missed two "s/also/not/"... I thought I checked that. And of course it had to be the top one, somehow. I can make that change.

Are the other ones OK?

Andrew

Reply via email to