On Wed, 20 Dec 2023, Andre Vieira (lists) wrote: > This patch fixes an issue introduced by: > commit ea4a3d08f11a59319df7b750a955ac613a3f438a > Author: Andre Vieira <andre.simoesdiasvie...@arm.com> > Date: Wed Nov 1 17:02:41 2023 +0000 > > omp: Reorder call for TARGET_SIMD_CLONE_ADJUST > > The problem was that after this patch we no longer added multiple arguments > for vector arguments where the veclen was lower than the simdlen. > > gcc/ChangeLog: > > * omp-simd-clone.cc (simd_clone_adjust_argument_types): Add multiple > vector arguments where simdlen is larger than veclen. > > Bootstrapped and regression tested on x86_64-pc-linux-gnu and > aarch64-unknown-linux-gnu. > > OK for trunk?
OK. Richard.