]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: arm: [MVE] Relax expected code for vbicq_f [PR122223]
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 23 Oct 2025 07:59:20 +0000 (07:59 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Thu, 23 Oct 2025 08:10:22 +0000 (08:10 +0000)
commita52888dc71924afb6cd187b0e5f18d2be4c68a07
treea7f1a46f570dc814b4d011ff19af20f48f2341a7
parent7821a827ab8701166d4723fd68636ece3e82206e
testsuite: arm: [MVE] Relax expected code for vbicq_f [PR122223]

The original versions of the pr122223.c test only took into account
code generated with -mfloat-abi=hard, which uses q0.

With -mfloat-abi=softfp, this can be any Q register, so replace q0
with a suitable regex.

gcc/testsuite/ChangeLog:

PR target/122223
* gcc.target/arm/mve/intrinsics/pr122223.c: Relax expected code.
gcc/testsuite/gcc.target/arm/mve/intrinsics/pr122223.c