https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113040

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>:

https://gcc.gnu.org/g:135bb9e37167ef70501a888bd3db195b11b37ae3

commit r14-6788-g135bb9e37167ef70501a888bd3db195b11b37ae3
Author: Andre Vieira (lists) <andre.simoesdiasvie...@arm.com>
Date:   Wed Dec 20 15:17:09 2023 +0000

    omp: Fix simdclone arguments with veclen lower than simdlen [PR113040]

    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.

    Bootstrapped and regression tested on x86_64-pc-linux-gnu and
    aarch64-unknown-linux-gnu.

    gcc/ChangeLog:

            PR middle-end/113040
            * omp-simd-clone.cc (simd_clone_adjust_argument_types): Add
multiple
            vector arguments where simdlen is larger than veclen.

Reply via email to