]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: [MVE] Fix operands order in vbicq_f [PR122223]
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 9 Oct 2025 14:09:26 +0000 (14:09 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Fri, 10 Oct 2025 11:12:11 +0000 (11:12 +0000)
commit81e226440381cc3e033df7e58cc7793c9b4b4e25
treed5b108bd7819818034a6deda356bad50d47d6911
parentcdba274bb1e3a7d218744b698f2854c495287374
arm: [MVE] Fix operands order in vbicq_f [PR122223]

The operands of the floating-point version of vbicq were swapped, this
patch fixes this.

gcc/ChangeLog:
PR target/122223
* config/arm/mve.md (@mve_vbicq_f<mode>): Fix operands order.

gcc/testsuite/ChangeLog:
PR target/122223
* gcc.target/arm/mve/intrinsics/pr122223.c: New test.
gcc/config/arm/mve.md
gcc/testsuite/gcc.target/arm/mve/intrinsics/pr122223.c [new file with mode: 0644]