testsuite: move mla_1 test to aarch64 only [PR109118]
authorTamar Christina <tamar.christina@arm.com>
Tue, 14 Mar 2023 10:25:42 +0000 (10:25 +0000)
committerTamar Christina <tamar.christina@arm.com>
Tue, 14 Mar 2023 10:25:42 +0000 (10:25 +0000)
commit0e0c18f60af51f3afd210a2929b853dd02abe996
tree8b3a61239c6c113e6cac4deb7f79262a00f383ec
parentb109964ddb421cf481828a2f3465751a2bd6a8f6
testsuite: move mla_1 test to aarch64 only [PR109118]

I previously made the test generic, but there's no list
of targets that support integer MLA, and so it's not
really feasible for me to make this generic.

As such I've moved it to be AArch64 only.

gcc/testsuite/ChangeLog:

PR testsuite/109118
* gcc.dg/mla_1.c: Moved to...
* gcc.target/aarch64/sve/mla_3.c: ...here.
gcc/testsuite/gcc.target/aarch64/sve/mla_3.c [moved from gcc/testsuite/gcc.dg/mla_1.c with 78% similarity]