]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: [MVE intrinsics] fix store shape to support tuples
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 13 Nov 2024 15:31:21 +0000 (15:31 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Fri, 13 Dec 2024 14:25:35 +0000 (14:25 +0000)
commit87235d8ae8cc40468a757ec84e84461e96b7879d
tree9b2b6e97a92e6c9414d6eabf9d2e2b6c54846941
parente9c36605a4838cbcdb75c6364b9fa700c5a43227
arm: [MVE intrinsics] fix store shape to support tuples

Now that tuples are properly supported, we can update the store shape, to expect
"t0" instead of "v0" as last argument.

gcc/ChangeLog:

* config/arm/arm-mve-builtins-shapes.cc (struct store_def): Add
support for tuples.
gcc/config/arm/arm-mve-builtins-shapes.cc