Re: [PATCH]AArch64: Correct dot-product auto-vect optab RTL

2021-05-26 Thread Richard Sandiford via Gcc-patches
Tamar Christina writes: > Hi All, > > The current RTL for the vectorizer patterns for dot-product are incorrect. > Operand3 isn't an output parameter so we can't write to it. > > This fixes this issue and reduces the number of RTL. > > Bootstrapped Regtested on aarch64-none-linux-gnu and no

[PATCH]AArch64: Correct dot-product auto-vect optab RTL

2021-05-25 Thread Tamar Christina via Gcc-patches
Hi All, The current RTL for the vectorizer patterns for dot-product are incorrect. Operand3 isn't an output parameter so we can't write to it. This fixes this issue and reduces the number of RTL. Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. Ok for master? And backport to GCC