On 27/02/2024 13:56, Andre Vieira wrote:
> 
> This patch fixes the erroneous use of a mode attribute without a mode iterator
> in the pattern and removes unused unspecs and iterators.
> 
> gcc/ChangeLog:
> 
>       * config/arm/iterators.md (supf): Remove VMLALDAVXQ_U, VMLALDAVXQ_P_U,
>       VMLALDAVAXQ_U cases.
>       (VMLALDAVXQ): Remove iterator.
>       (VMLALDAVXQ_P): Likewise.
>       (VMLALDAVAXQ): Likewise.
>       * config/arm/mve.md (mve_vstrwq_p_fv4sf): Replace use of <MVE_VPRED>
>       mode iterator attribute with V4BI mode.
>       * config/arm/unspecs.md (VMLALDAVXQ_U, VMLALDAVXQ_P_U,
>       VMLALDAVAXQ_U): Remove unused unspecs.
> ---
>  gcc/config/arm/iterators.md | 9 +++------
>  gcc/config/arm/mve.md       | 2 +-
>  gcc/config/arm/unspecs.md   | 3 ---
>  3 files changed, 4 insertions(+), 10 deletions(-)
> 

OK

R.

Reply via email to