------- Comment #1 from spop at gcc dot gnu dot org  2010-03-26 20:08 -------
Due to the "FORNOW" fail in vectorizable_condition:

  int nunits = TYPE_VECTOR_SUBPARTS (vectype);
  int ncopies = LOOP_VINFO_VECT_FACTOR (loop_vinfo) / nunits;
  if (ncopies > 1)
    return false; /* FORNOW */


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43430

Reply via email to