Re: [PATCH 12/14] aarch64: Add support for unpacked SVE FP ternary arithmetic

2025-06-06 Thread Richard Sandiford
Spencer Abson writes: > This patch extends the expander for unconditional fma, fnma, fms, and > fnms, so that it supports partial SVE FP modes. > > gcc/ChangeLog: > > * config/aarch64/aarch64-sve.md (4): Extend from > SVE_FULL_F_B16B16 to SVE_F_B16B16. Use sve_fp_pred instead >

[PATCH 12/14] aarch64: Add support for unpacked SVE FP ternary arithmetic

2025-06-02 Thread Spencer Abson
This patch extends the expander for unconditional fma, fnma, fms, and fnms, so that it supports partial SVE FP modes. gcc/ChangeLog: * config/aarch64/aarch64-sve.md (4): Extend from SVE_FULL_F_B16B16 to SVE_F_B16B16. Use sve_fp_pred instead of aarch64_ptrue_reg. (