Re: [2/9] ARM changes to adjust vec_perm_const hook

2022-05-18 Thread Richard Sandiford via Gcc-patches
Prathamesh Kulkarni via Gcc-patches writes: > Hi, > The attached patch adjusts vec_perm_const hook to accommodate the new > parameter. > For rationale, please see: > https://gcc.gnu.org/pipermail/gcc-patches/2022-May/595128.html > OK to commit if bootstrap+test passes ? > > Thanks, > Prathamesh >

[2/9] ARM changes to adjust vec_perm_const hook

2022-05-18 Thread Prathamesh Kulkarni via Gcc-patches
Hi, The attached patch adjusts vec_perm_const hook to accommodate the new parameter. For rationale, please see: https://gcc.gnu.org/pipermail/gcc-patches/2022-May/595128.html OK to commit if bootstrap+test passes ? Thanks, Prathamesh diff --git a/gcc/config/arm/arm.cc b/gcc/config/arm/arm.cc index