[arm] Use neon_dot_q type for 128-bit V[US]DOT instructions where appropriate
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Thu, 7 Feb 2019 09:32:46 +0000 (09:32 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Thu, 7 Feb 2019 09:32:46 +0000 (09:32 +0000)
commit51e6029f6994e9185f6ba931402bd7f64f891237
treefdec4eb57bc6b923fd8df666c0ec5d37d553a8ec
parent3ed8fcfa3a82b0986b4c2090a3ea4b5fdfddeb3b
[arm] Use neon_dot_q type for 128-bit V[US]DOT instructions where appropriate

For the Dot Product instructions we have the scheduling types neon_dot and neon_dot_q for the 128-bit versions.
It seems that we're only using the former though, not assigning the neon_dot_q type anywhere.

This patch fixes that by adding the <q> mode attribute suffix to the type, similar to how we do it for other
types in neon.md.

* config/arm/neon.md (neon_<sup>dot<vsi2qi>):
Use neon_dot<q> for type.
(neon_<sup>dot_lane<vsi2qi>): Likewise.

From-SVN: r268611
gcc/ChangeLog
gcc/config/arm/neon.md