[Bug middle-end/91166] [SVE] Unfolded ZIPs of constants

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 15 09:49:00 GMT 2019


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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Awww.

tree
fold_vec_perm (tree type, tree arg0, tree arg1, const vec_perm_indices &sel)
{
  unsigned int i;
  unsigned HOST_WIDE_INT nelts;
  bool need_ctor = false;

  if (!sel.length ().is_constant (&nelts))
    return NULL_TREE;

;)


More information about the Gcc-bugs mailing list