ard Earnshaw
> > ; Victor Do Nascimento
> >
> > Subject: [PATCH 10/10] autovectorizer: Test autovectorization of different
> > dot-
> > prod modes.
> >
> > From: Victor Do Nascimento
> >
> > Given the novel treatment of the dot product optab as a conversion
Hi Victor,
> -Original Message-
> From: Victor Do Nascimento
> Sent: Wednesday, July 10, 2024 3:06 PM
> To: gcc-patches@gcc.gnu.org
> Cc: Richard Sandiford ; Richard Earnshaw
> ; Victor Do Nascimento
>
> Subject: [PATCH 10/10] autovectorizer: Test autovectoriza
From: Victor Do Nascimento
Given the novel treatment of the dot product optab as a conversion we
are now able to target, for a given architecture, different
relationships between output modes and input modes.
This is made clearer by way of example. Previously, on AArch64, the
following loop was