Re: [PATCH v2] vect: Check that vector factor is a compile-time constant

2023-03-09 Thread Richard Biener via Gcc-patches
On Thu, Mar 9, 2023 at 8:57 AM Michael Collison wrote: OK. Thanks, Richard. > 2023-03-05 Michael Collison > > * tree-vect-loop-manip.cc (vect_do_peeling): Use > result of constant_lower_bound instead of vf in case > vf is not a compile time constant. > --- > gcc/tree

[PATCH v2] vect: Check that vector factor is a compile-time constant

2023-03-08 Thread Michael Collison
2023-03-05 Michael Collison * tree-vect-loop-manip.cc (vect_do_peeling): Use result of constant_lower_bound instead of vf in case vf is not a compile time constant. --- gcc/tree-vect-loop-manip.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/t