On Thu, 5 Aug 2021, Christophe Lyon wrote:
> On Wed, Aug 4, 2021 at 12:33 PM Richard Biener wrote:
>
> > The following avoids vectorizing MIN/MAX reductions on bools which,
> > when ending up as vector(2) would need to be
> > adjusted because of the sign change. The fix instead avoids any
> >
On Wed, Aug 4, 2021 at 12:33 PM Richard Biener wrote:
> The following avoids vectorizing MIN/MAX reductions on bools which,
> when ending up as vector(2) would need to be
> adjusted because of the sign change. The fix instead avoids any
> reduction vectorization where the result isn't compatibl
The following avoids vectorizing MIN/MAX reductions on bools which,
when ending up as vector(2) would need to be
adjusted because of the sign change. The fix instead avoids any
reduction vectorization where the result isn't compatible
to the original scalar type since we don't compensate for that