Re: [PATCH] arm: Initialize vector costing fields

2021-11-10 Thread Christophe Lyon via Gcc-patches
patches > > Sent: Monday, November 8, 2021 6:13 PM > > To: gcc-patches@gcc.gnu.org > > Subject: [PATCH] arm: Initialize vector costing fields > > > > The movi, dup and extract costing fields were recently added to struct > > vector_cost_table, but there i

RE: [PATCH] arm: Initialize vector costing fields

2021-11-10 Thread Kyrylo Tkachov via Gcc-patches
Hi Christophe > -Original Message- > From: Gcc-patches bounces+kyrylo.tkachov=arm@gcc.gnu.org> On Behalf Of Christophe > Lyon via Gcc-patches > Sent: Monday, November 8, 2021 6:13 PM > To: gcc-patches@gcc.gnu.org > Subject: [PATCH] arm: Initialize vector costing

[PATCH] arm: Initialize vector costing fields

2021-11-08 Thread Christophe Lyon via Gcc-patches
The movi, dup and extract costing fields were recently added to struct vector_cost_table, but there initialization is missing for the arm (aarch32) specific descriptions. Although the arm port does not use these fields (only aarch64 does), this is causing warnings during the build, and even build