]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: arm: Allow vst1.32 instruction in pr40457-2.c
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Thu, 7 Nov 2024 17:05:19 +0000 (18:05 +0100)
committerTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Fri, 8 Nov 2024 12:02:16 +0000 (13:02 +0100)
commit636b8aeacd182351313381636ecbf8dcef1ee45a
treecb23f8f536a8030e11a58485e9e89c1f44e40661
parent85c3d944800257248ab48cdc75c2c02fadf63c73
testsuite: arm: Allow vst1.32 instruction in pr40457-2.c

When building the test case with neon, the 'vst1.32' instruction is used
instead of 'strd'. Allow both variants to make the test pass.

gcc/testsuite/ChangeLog:

* gcc.target/arm/pr40457-2.c: Add vst1.32 as an allowed
instruction.

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
gcc/testsuite/gcc.target/arm/pr40457-2.c