Re: [PATCH]middle-end: Handle hybrid SLP induction vectorization with early breaks.

2023-12-19 Thread Richard Biener
On Tue, 19 Dec 2023, Tamar Christina wrote: > Hi All, > > While we don't support SLP for early break vectorization, we > can land in the situation where the induction was vectorized > through hybrid SLP. This means when vectorizing the early > break live operation we need to get the results of

[PATCH]middle-end: Handle hybrid SLP induction vectorization with early breaks.

2023-12-19 Thread Tamar Christina
Hi All, While we don't support SLP for early break vectorization, we can land in the situation where the induction was vectorized through hybrid SLP. This means when vectorizing the early break live operation we need to get the results of the SLP operation. Bootstrapped Regtested on