https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102977

--- Comment #8 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
Actually I'll just push the fix for this out now.

> The testcases added for this case does not actually test that complex fma was 
> done.

yes, the way we were originally testing depended on target support for these
patterns, which made it nearly impossible to write testcases as different arm
options would change the support across AArch64, SVE, MVE, AArch32, SVE2.

This has been changed to output detection regardless of targets so the
testcases can now be properly written.  Should be addressed in the patch I'm
pushing out.

Reply via email to