]> gcc.gnu.org Git - gcc.git/commit
AArch32: Correct sdot RTL on aarch32
authorTamar Christina <tamar.christina@arm.com>
Wed, 14 Jul 2021 14:22:37 +0000 (15:22 +0100)
committerTamar Christina <tamar.christina@arm.com>
Wed, 14 Jul 2021 14:22:37 +0000 (15:22 +0100)
commitc9165e2d58bb037793c1c93e1b5633a61f88db30
tree4af95bee158b03c666038786ff4a1606ce33106b
parent1e0ab1c4ba6159ad7ce71c6cddd5e04d2a636742
AArch32: Correct sdot RTL on aarch32

The RTL Generated from <sup>dot_prod<vsi2qi> is invalid as operand3 cannot be
written to, it's a normal input.  For the expand it's just another operand
but the caller does not expect it to be written to.

gcc/ChangeLog:

* config/arm/neon.md (<sup>dot_prod<vsi2qi>): Drop statements.
gcc/config/arm/neon.md
This page took 0.061223 seconds and 5 git commands to generate.