aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2019-02-07 09:32:46 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2019-02-07 09:32:46 +0000
commit51e6029f6994e9185f6ba931402bd7f64f891237 (patch)
treefdec4eb57bc6b923fd8df666c0ec5d37d553a8ec /gcc/except.c
parent3ed8fcfa3a82b0986b4c2090a3ea4b5fdfddeb3b (diff)
downloadgcc-51e6029f6994e9185f6ba931402bd7f64f891237.zip
gcc-51e6029f6994e9185f6ba931402bd7f64f891237.tar.gz
gcc-51e6029f6994e9185f6ba931402bd7f64f891237.tar.bz2
[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
Diffstat (limited to 'gcc/except.c')
0 files changed, 0 insertions, 0 deletions