Here is a V2 of patch 04/14 from the unpacked FP patch series [1], with the changes discussed in that thread applied. The tests are also now based on VLA codegen.
Bootstrapped & regtested on aarch64-linux-gnu. OK for master? Thanks, Spencer [1] https://inbox.sourceware.org/gcc-patches/20250602100707.2659-1-spencer.ab...@arm.com/ Spencer Abson (1): aarch64: Add support for unpacked SVE FP comparisons gcc/config/aarch64/aarch64-sve.md | 18 +- gcc/config/aarch64/aarch64.cc | 56 +- .../gcc.target/aarch64/sve/unpacked_fcm_1.c | 602 ++++++++++++++++++ .../gcc.target/aarch64/sve/unpacked_fcm_2.c | 47 ++ 4 files changed, 698 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_fcm_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_fcm_2.c -- 2.34.1