------- Comment #3 from sebpop at gmail dot com  2010-03-18 18:33 -------
Subject: Re:  gcc should vectorize this loop 
        through "iteration range splitting"

> Well it could be vectorized even without range splitting.  The issue is the
> "sinking" of the store to a[i].

You mean that the problem is the if-conversion of the stores
"a[i] = ..."


-- 


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

Reply via email to