On Mon, 7 Dec 2020, Richard Sandiford wrote:
> Richard Biener writes:
> > This avoids the degenerate case of a TYPE_MAX_VALUE latch iteration
> > count value causing wrong range info for the vector IV. There's
> > still the case of VF == 1 where if we don't know whether we hit the
> > above case
Richard Biener writes:
> This avoids the degenerate case of a TYPE_MAX_VALUE latch iteration
> count value causing wrong range info for the vector IV. There's
> still the case of VF == 1 where if we don't know whether we hit the
> above case we cannot emit a range.
>
> Bootstrap and regtest runni
This avoids the degenerate case of a TYPE_MAX_VALUE latch iteration
count value causing wrong range info for the vector IV. There's
still the case of VF == 1 where if we don't know whether we hit the
above case we cannot emit a range.
Bootstrap and regtest running on x86_64-unknown-linux-gnu.
20