testsuite: Don't expect a complex FMA
authorTamar Christina <tamar.christina@arm.com>
Fri, 29 Oct 2021 21:12:35 +0000 (22:12 +0100)
committerTamar Christina <tamar.christina@arm.com>
Fri, 29 Oct 2021 21:12:35 +0000 (22:12 +0100)
commit518bc4ef87eaf9dde8fbc83120a24ac0888c56e0
treed6e37cd138f42cf03115c6e7d22e5e9bb9fed823
parent0078a058a569387153419876acca080142873b65
testsuite: Don't expect a complex FMA

The sharing of the COMPLEX_MUL node makes it so it's
more efficient to not generate both a MUL and FMA
in this node.

Because the shape for a normal FMA is not different
the FMA is no longer detected here which results in
better codegen so update the testcase.

gcc/testsuite/ChangeLog:

* g++.dg/vect/pr99149.cc: Update case.
gcc/testsuite/g++.dg/vect/pr99149.cc