Re: [PATCH] Add a REG_P check for inc and dec for Arm MVE

2023-11-28 Thread Saurabh Jha
Sandiford Subject: [PATCH] Add a REG_P check for inc and dec for Arm MVE Hey, This patch tightens mve_vector_mem_operand to reject non-register operands inside {PRE,POST}_{INC,DEC} addresses by introducing a REG_P check. This patch fixes this ICE:https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112337 Okay

Re: [PATCH] Add a REG_P check for inc and dec for Arm MVE

2023-11-20 Thread Christophe Lyon
d > > > > Subject: [PATCH] Add a REG_P check for inc and dec for Arm MVE > > > > Hey, > > > > This patch tightens mve_vector_mem_operand to reject non-register > > operands inside {PRE,POST}_{INC,DEC} addresses by introducing a REG_P > > check. >

RE: [PATCH] Add a REG_P check for inc and dec for Arm MVE

2023-11-14 Thread Kyrylo Tkachov
Hi Saurabh, > -Original Message- > From: Saurabh Jha > Sent: Thursday, November 9, 2023 10:12 AM > To: gcc-patches@gcc.gnu.org; Richard Earnshaw > ; Richard Sandiford > > Subject: [PATCH] Add a REG_P check for inc and dec for Arm MVE > > He

[PATCH] Add a REG_P check for inc and dec for Arm MVE

2023-11-09 Thread Saurabh Jha
Hey, This patch tightens mve_vector_mem_operand to reject non-register operands inside {PRE,POST}_{INC,DEC} addresses by introducing a REG_P check. This patch fixes this ICE:https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112337 Okay for trunk? I don't have trunk access so could someone please co