}
gcc_assert (perm.length () == SLP_TREE_LANES (node));
- if (dump_p)
- {
- dump_printf_loc (MSG_NOTE, vect_location,
- "vectorizing permutation");
- for (unsigned i = 0; i < perm.length (); ++i)
- dump_printf (MSG_NOTE, " op%u[%u]", perm[i].first, perm[i].second);
- if (repeating_p)
- dump_printf (MSG_NOTE, " (repeat %d)\n", SLP_TREE_LANES (node));
- dump_printf (MSG_NOTE, "\n");
- }
/* REPEATING_P is true if every output vector is guaranteed to use the
same permute vector. We can handle that case for both variable-length