On Fri, 18 May 2012, Andi Kleen wrote:
> Richard Guenther writes:
>
> > In PR53346 we vectorize a simple memset loop very inefficiently.
> > But of course we should have detected this and transformed the
> > loop into a memset! Seems like we only do that if the original
> > loop does sth else t
Richard Guenther writes:
> In PR53346 we vectorize a simple memset loop very inefficiently.
> But of course we should have detected this and transformed the
> loop into a memset! Seems like we only do that if the original
> loop does sth else than memset as well.
Is there a way to turn this off
On Fri, 18 May 2012, Richard Guenther wrote:
>
> In PR53346 we vectorize a simple memset loop very inefficiently.
> But of course we should have detected this and transformed the
> loop into a memset! Seems like we only do that if the original
> loop does sth else than memset as well.
>
> Fixed