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

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:a9693bff396b28748464630e4c524776bce3ff4e

commit r14-5849-ga9693bff396b28748464630e4c524776bce3ff4e
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Sat Nov 25 18:50:46 2023 -0800

    Fix gcc.target/aarch64/simd/vmulxd_{f64,f32}_2.c after after IPA-VRP
improvement for return values

    Just like the patch against gcc.target/aarch64/movk.c, the issue here
    is the two functions, foo32 and foo64 needed to mark as noipa so that
    IPA-VRP cannot propagate the return value.

    gcc/testsuite/ChangeLog:

            PR testsuite/112688
            * gcc.target/aarch64/simd/vmulx.x (foo32): Mark as noipa rather
            than noinline.
            (foo4): Likewise.

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>

Reply via email to