Posting the changed patch for completion, already reviewed. On 30/08/2023 13:32, Richard Biener wrote: > On Wed, 30 Aug 2023, Andre Vieira (lists) wrote: > >> Teach parloops how to handle a poly nit and bound e ahead of the changes to >> enable non-constant simdlen. > > Can you use poly_int_tree_p to combine INTEGER_CST || POLY_INT_CST please? > > OK with that change. > >> gcc/ChangeLog: >> >> * tree-parloops.cc (try_to_transform_to_exit_first_loop_alt): Accept >> poly NIT and ALT_BOUND. >> >