Re: [060/nnn] poly_int: loop versioning threshold

2017-12-05 Thread Jeff Law
On 10/23/2017 11:25 AM, Richard Sandiford wrote: > This patch splits the loop versioning threshold out from the > cost model threshold so that the former can become a poly_uint64. > We still use a single test to enforce both limits where possible. > > > 2017-10-23 Richard Sandiford >

[060/nnn] poly_int: loop versioning threshold

2017-10-23 Thread Richard Sandiford
This patch splits the loop versioning threshold out from the cost model threshold so that the former can become a poly_uint64. We still use a single test to enforce both limits where possible. 2017-10-23 Richard Sandiford Alan Hayward David Sherwood gcc/ *