Re: [066/nnn] poly_int: omp_max_vf

2017-12-05 Thread Jeff Law
On 10/23/2017 11:27 AM, Richard Sandiford wrote: > This patch makes omp_max_vf return a polynomial vectorization factor. > We then need to be able to stash a polynomial value in > OMP_CLAUSE_SAFELEN_EXPR too: > >/* If max_vf is non-zero, then we can use only a vectorization factor > up t

[066/nnn] poly_int: omp_max_vf

2017-10-23 Thread Richard Sandiford
This patch makes omp_max_vf return a polynomial vectorization factor. We then need to be able to stash a polynomial value in OMP_CLAUSE_SAFELEN_EXPR too: /* If max_vf is non-zero, then we can use only a vectorization factor up to the max_vf we chose. So stick it into the safelen clause.