]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: [MVE] Add missing length=8 attribute
authorChristophe Lyon <christophe.lyon@arm.com>
Mon, 30 Jan 2023 16:30:12 +0000 (17:30 +0100)
committerChristophe Lyon <christophe.lyon@arm.com>
Fri, 3 Feb 2023 15:40:48 +0000 (16:40 +0100)
commit330d665ce6dcc63ed0bd78d807e69bbfc55255b6
tree15e974a3083b14a1105e22106b0c423aeb7d76a4
parent3dba5b2cf2d624921d976670b927bf5330da075c
arm: [MVE] Add missing length=8 attribute

I have noticed that the "length" "8" attribute is missing in a few
patterns in mve.md.

gcc/
* config/arm/mve.md (mve_vabavq_p_<supf><mode>): Add length
attribute.
(mve_vqshluq_m_n_s<mode>): Likewise.
(mve_vshlq_m_<supf><mode>): Likewise.
(mve_vsriq_m_n_<supf><mode>): Likewise.
(mve_vsubq_m_<supf><mode>): Likewise.
gcc/config/arm/mve.md