aarch64: Handle V4BF V8BF modes in vwcore attribute
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 26 Apr 2021 11:01:33 +0000 (12:01 +0100)
committerKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 26 Apr 2021 11:01:33 +0000 (12:01 +0100)
commit5320d4e4af76120a402d0c5adef0d1bc92d66e40
tree00aaac7ebe37577629301e40f3a55c36c1893b84
parentbf3040836f41f0d719e6ec53820a692c443469d5
aarch64: Handle V4BF V8BF modes in vwcore attribute

While playing with other unrelated changes I hit an assemble-failure bug where
a pattern (one of the get_lane ones) that was using V4BF, V8BF as part of a
mode iterator and outputting registers with the vwcore attribute,
but there is no vwcore mapping for V4BF and V8BF.

This patch fixes that in the obvious way by adding the missing mappings

Bootstrapped and tested on aarch64-none-linux-gnu.

gcc/ChangeLog:

* config/aarch64/iterators.md (vwcore): Handle V4BF, V8BF.
gcc/config/aarch64/iterators.md