RE: [PATCH]middle-end: add two debug counters for early-break vectorization debugging

2024-02-08 Thread Richard Biener
On Thu, 8 Feb 2024, Tamar Christina wrote: > > -Original Message- > > From: Richard Biener > > Sent: Thursday, February 8, 2024 2:16 PM > > To: Tamar Christina > > Cc: gcc-patches@gcc.gnu.org; nd ; j...@ventanamicro.com > > Subject: Re: [PATCH]mi

RE: [PATCH]middle-end: add two debug counters for early-break vectorization debugging

2024-02-08 Thread Tamar Christina
> -Original Message- > From: Richard Biener > Sent: Thursday, February 8, 2024 2:16 PM > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd ; j...@ventanamicro.com > Subject: Re: [PATCH]middle-end: add two debug counters for early-break > vectorization debuggi

Re: [PATCH]middle-end: add two debug counters for early-break vectorization debugging

2024-02-08 Thread Richard Biener
On Thu, 8 Feb 2024, Tamar Christina wrote: > Hi All, > > This adds two new debug counter to aid in debugging early break code. > > - vect_force_last_exit: when reached will always force the final loop exit. > - vect_skip_exit: when reached will skip selecting the current candidate exit >

[PATCH]middle-end: add two debug counters for early-break vectorization debugging

2024-02-08 Thread Tamar Christina
Hi All, This adds two new debug counter to aid in debugging early break code. - vect_force_last_exit: when reached will always force the final loop exit. - vect_skip_exit: when reached will skip selecting the current candidate exit as the loop exit. The first counter essentiall