RE: [PATCH] arm: Fix MVE's vcmp vector-scalar patterns [PR107987]

2023-01-27 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Andre Vieira (lists) > Sent: Friday, January 27, 2023 12:07 PM > To: Kyrylo Tkachov ; 'gcc-patches@gcc.gnu.org' > > Cc: Richard Earnshaw > Subject: Re: [PATCH] arm: Fix MVE's vcmp vector-scalar patterns [PR107987] >

Re: [PATCH] arm: Fix MVE's vcmp vector-scalar patterns [PR107987]

2023-01-27 Thread Andre Vieira (lists) via Gcc-patches
Cc: Kyrylo Tkachov ; Richard Earnshaw Subject: [PATCH] arm: Fix MVE's vcmp vector-scalar patterns [PR107987] Hi, This patch surrounds the scalar operand of the MVE vcmp patterns with a vec_duplicate to ensure both operands of the comparision operator have the same (vector) mode. Regression tes

RE: [PATCH] arm: Fix MVE's vcmp vector-scalar patterns [PR107987]

2022-12-06 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Andre Simoes Dias Vieira > Sent: Tuesday, December 6, 2022 11:19 AM > To: 'gcc-patches@gcc.gnu.org' > Cc: Kyrylo Tkachov ; Richard Earnshaw > > Subject: [PATCH] arm: Fix MVE's vcmp vector-scalar patterns [PR107987] &g

[PATCH] arm: Fix MVE's vcmp vector-scalar patterns [PR107987]

2022-12-06 Thread Andre Simoes Dias Vieira via Gcc-patches
Hi, This patch surrounds the scalar operand of the MVE vcmp patterns with a vec_duplicate to ensure both operands of the comparision operator have the same (vector) mode. Regression tested on arm-none-eabi. Is this OK for trunk? And a backport to GCC 12? gcc/ChangeLog: PR target/107987