RE: [PATCH][AArch32]: Correct sdot RTL on aarch32

2021-07-15 Thread Tamar Christina via Gcc-patches
Christina Cc: GCC Patches ; Richard Earnshaw ; nd ; Ramana Radhakrishnan Subject: Re: [PATCH][AArch32]: Correct sdot RTL on aarch32 Hi Tamar, On Tue, May 25, 2021 at 5:41 PM Tamar Christina via Gcc-patches mailto:gcc-patches@gcc.gnu.org>> wrote: Hi All, The RTL Generated from dot_prod is i

Re: [PATCH][AArch32]: Correct sdot RTL on aarch32

2021-07-15 Thread Christophe Lyon via Gcc-patches
Hi Tamar, On Tue, May 25, 2021 at 5:41 PM Tamar Christina via Gcc-patches < gcc-patches@gcc.gnu.org> wrote: > Hi All, > > The RTL Generated from dot_prod 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 expe

RE: [PATCH][AArch32]: Correct sdot RTL on aarch32

2021-06-02 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Tamar Christina > Sent: 02 June 2021 10:34 > To: Tamar Christina > Cc: Richard Earnshaw ; nd ; > Ramana Radhakrishnan ; Kyrylo > Tkachov > Subject: RE: [PATCH][AArch32]: Correct sdot RTL on aarch32 > > ping > > > -

[PATCH][AArch32]: Correct sdot RTL on aarch32

2021-05-25 Thread Tamar Christina via Gcc-patches
Hi All, The RTL Generated from dot_prod 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. Bootstrapped Regtested on arm-none-linux-gnueabihf and no issues. Ok for master? and backport to