ping2 [patch] Autovectorization loop versioning for data alignment

Dorit Naishlos DORIT@il.ibm.com
Sun Aug 28 16:34:00 GMT 2005





This bit in the patch should fix PR23350:

+  /* Often peeling for alignment will require peeling for loop-bound,
which in
+     turn requires that we know how to adjust the loop ivs after the loop.
*/
+  if (!vect_can_advance_ivs_p (loop_vinfo))
+    do_peeling = false;


We're also waiting on this patch to synch up the branch with mainline.

thanks,

dorit


Keith Besaw/Rochester/IBM wrote on 24/08/2005 01:34:19:

> Pinging again the resubmission of my patch from 7/27/05 on
> loop versioning for data alignment.
>
> http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01786.html
>
> It's the last vectorizer item we were trying to incorporate into 4.1.
>
> Thanks, Keith



More information about the Gcc-patches mailing list