Ping

> -----Original Message-----
> From: Alex Coplan <[email protected]>
> Sent: Monday, January 6, 2025 11:34 AM
> To: [email protected]
> Cc: Richard Biener <[email protected]>; Jan Hubicka <[email protected]>; Tamar
> Christina <[email protected]>
> 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(+)

Reply via email to