]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Add testcase for vld2 which was fixed by r16-1113 [PR89606]
authorAndrew Pinski <quic_apinski@quicinc.com>
Wed, 4 Jun 2025 21:32:33 +0000 (14:32 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Thu, 5 Jun 2025 16:08:18 +0000 (09:08 -0700)
commitd3c14fb1571f8b0b07327590708407aad30f8f93
treea0a9a3cf4f0cb74fb956f18f9b6bc6d46bdaee5a
parent51e93aadc94940e2da854cf1321a7ab1aebf8d1a
aarch64: Add testcase for vld2 which was fixed by r16-1113 [PR89606]

This aarch64 specific vld2 intrinsics testcase was fixed by r16-1113-g069caa5cea91f
(simple copy propagation for aggregates). I didn't include it in the original
patch as I was testing on x86_64 but I got around to testing this
and now we don't have any more extra movs so let's add a testcase.

Tested for aarch64-linux-gnu.

PR tree-optimization/89606

gcc/testsuite/ChangeLog:

* gcc.target/aarch64/vld2-1.c: New test.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/testsuite/gcc.target/aarch64/vld2-1.c [new file with mode: 0644]