On Mon, May 23, 2022 at 10:00 AM Uros Bizjak wrote:
>
> On Mon, May 23, 2022 at 9:16 AM Roger Sayle
> wrote:
> >
> >
> > This patch is an alternate/supplementary fix to PR tree-optimization/105668
> > that provides a vcond_mask_v1titi optab/define_expand to the i386 backend.
> > An undocumented
On Mon, May 23, 2022 at 10:00 AM Uros Bizjak wrote:
>
> On Mon, May 23, 2022 at 9:16 AM Roger Sayle
> wrote:
> >
> >
> > This patch is an alternate/supplementary fix to PR tree-optimization/105668
> > that provides a vcond_mask_v1titi optab/define_expand to the i386 backend.
> > An undocumented
On Mon, May 23, 2022 at 9:16 AM Roger Sayle wrote:
>
>
> This patch is an alternate/supplementary fix to PR tree-optimization/105668
> that provides a vcond_mask_v1titi optab/define_expand to the i386 backend.
> An undocumented feature/bug of GCC's vectorization is that any target that
> provides
This patch is an alternate/supplementary fix to PR tree-optimization/105668
that provides a vcond_mask_v1titi optab/define_expand to the i386 backend.
An undocumented feature/bug of GCC's vectorization is that any target that
provides a vec_cmpeq has to also provide a matching
vcond_mask. This ba