https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112464

--- Comment #4 from Robin Dapp <rdapp at gcc dot gnu.org> ---
Is there another way to make it more robust?

Or does the existing

void
vect_finish_replace_stmt (vec_info *vinfo,
                          stmt_vec_info stmt_info, gimple *vec_stmt)
{
  gimple *scalar_stmt = vect_orig_stmt (stmt_info)->stmt;

have the same problem?

Reply via email to