writes:
> Earlier, we were gating SVE2 faminmax behind sve+faminmax. This was
> incorrect and this patch changes it so that it is gated behind
> sve2+faminmax.
>
> gcc/ChangeLog:
>
> * config/aarch64/aarch64-sve2.md:
> (*aarch64_pred_faminmax_fused): Fix to use the correct flags.
>
Earlier, we were gating SVE2 faminmax behind sve+faminmax. This was
incorrect and this patch changes it so that it is gated behind
sve2+faminmax.
gcc/ChangeLog:
* config/aarch64/aarch64-sve2.md:
(*aarch64_pred_faminmax_fused): Fix to use the correct flags.
* config/aarch6