[PATCH v2] vect: Check that vector factor is a compile-time constant
authorMichael Collison <collison@rivosinc.com>
Fri, 10 Mar 2023 07:19:04 +0000 (08:19 +0100)
committerRichard Biener <rguenther@suse.de>
Fri, 10 Mar 2023 07:20:31 +0000 (08:20 +0100)
commit2dc73876fc9a0df4c3af2766319402d14d39db33
tree7d67964d774a3e7c2c1776207af6d94be65b8321
parent2fc55f51f9953b451d6d6ddfae23379001e6ac95
[PATCH v2] vect: Check that vector factor is a compile-time constant

* tree-vect-loop-manip.cc (vect_do_peeling): Use
result of constant_lower_bound instead of vf for the lower
bound of the epilog loop trip count.
gcc/tree-vect-loop-manip.cc