aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2019-02-07 09:31:33 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2019-02-07 09:31:33 +0000
commit3ed8fcfa3a82b0986b4c2090a3ea4b5fdfddeb3b (patch)
tree73c2608dc54faf47441cc1e91cdaa8edacc4aca4 /gcc/except.c
parentdc51dece7ae902317e9131e153ef53d7bc09c564 (diff)
downloadgcc-3ed8fcfa3a82b0986b4c2090a3ea4b5fdfddeb3b.zip
gcc-3ed8fcfa3a82b0986b4c2090a3ea4b5fdfddeb3b.tar.gz
gcc-3ed8fcfa3a82b0986b4c2090a3ea4b5fdfddeb3b.tar.bz2
[AArch64] Use neon_dot_q type for 128-bit [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 aarch64-simd.md. * config/aarch64/aarch64-simd.md (aarch64_<sur>dot<vsi2qi>): Use neon_dot<q> for type. (aarch64_<sur>dot_lane<vsi2qi>): Likewise. (aarch64_<sur>dot_laneq<vsi2qi>): Likewise. From-SVN: r268610
Diffstat (limited to 'gcc/except.c')
0 files changed, 0 insertions, 0 deletions