Re: [RFC][gcc][vect] PR 91246: Prototype for vectorization of loops with breaks

2020-03-12 Thread Richard Biener via Gcc-patches
On Thu, Mar 12, 2020 at 10:15 AM Andre Vieira (lists) wrote: > > Hi all, > > This is a prototype I have put together to look at the feasibility and > profitability of vectorizing loops with breaks as suggested in PR 91246. > I am posting this here for comments as I am curious what your opinions >

[RFC][gcc][vect] PR 91246: Prototype for vectorization of loops with breaks

2020-03-12 Thread Andre Vieira (lists)
Hi all, This is a prototype I have put together to look at the feasibility and profitability of vectorizing loops with breaks as suggested in PR 91246. I am posting this here for comments as I am curious what your opinions are on my approach. I don't expect much attention to this in stage 4,