Ping
> -----Original Message-----
> From: Tamar Christina
> Sent: Friday, January 24, 2025 9:17 AM
> To: Alex Coplan <alex.cop...@arm.com>; 'gcc-patches@gcc.gnu.org' <gcc-
> patc...@gcc.gnu.org>
> Cc: 'Richard Biener' <rguent...@suse.de>; 'Jan Hubicka' <hubi...@ucw.cz>
> Subject: RE: [PATCH 1/4] vect: Set counts of early break exit blocks correctly
> [PR117790]
>
> ping
>
> > -----Original Message-----
> > From: Tamar Christina
> > Sent: Wednesday, January 15, 2025 2:07 PM
> > To: Alex Coplan <alex.cop...@arm.com>; gcc-patches@gcc.gnu.org
> > Cc: Richard Biener <rguent...@suse.de>; Jan Hubicka <hubi...@ucw.cz>
> > Subject: RE: [PATCH 1/4] vect: Set counts of early break exit blocks
> > correctly
> > [PR117790]
> >
> > Ping
> >
> > > -----Original Message-----
> > > From: Alex Coplan <alex.cop...@arm.com>
> > > Sent: Monday, January 6, 2025 11:34 AM
> > > To: gcc-patches@gcc.gnu.org
> > > Cc: Richard Biener <rguent...@suse.de>; Jan Hubicka <hubi...@ucw.cz>;
> Tamar
> > > Christina <tamar.christ...@arm.com>
> > > Subject: [PATCH 1/4] vect: Set counts of early break exit blocks correctly
> > > [PR117790]
> > >
> > > This adds missing code to correctly set the counts of the exit blocks we
> > > create when building the CFG for a vectorized early break loop.
> > >
> > > Tested as a series on aarch64-linux-gnu, arm-linux-gnueabihf, and
> > > x86_64-linux-gnu. OK for trunk?
> > >
> > > Thanks,
> > > Alex
> > >
> > > gcc/ChangeLog:
> > >
> > > PR tree-optimization/117790
> > > * tree-vect-loop-manip.cc (slpeel_tree_duplicate_loop_to_edge_cfg):
> > > Set profile counts for {main,alt}_loop_exit_block.
> > > ---
> > > gcc/tree-vect-loop-manip.cc | 10 ++++++++++
> > > 1 file changed, 10 insertions(+)