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

--- Comment #8 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:e3a7f359c18bf347f6ac8fcda05e9839fac5bd62

commit r15-72-ge3a7f359c18bf347f6ac8fcda05e9839fac5bd62
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Wed Apr 17 14:12:17 2024 -0700

    Add verification of gimple_assign_nontemporal_move_p [PR112976]

    Currently the middle-end only knows how to support temporal stores
    (the undocumented storent optab) so let's verify that the only time
    we set nontemporal_move on an assign is if the the lhs is not a
    gimple reg.

    Bootstrapped and tested on x86_64-linux-gnu no regressions.

    gcc/ChangeLog:

            PR middle-end/112976
            * tree-cfg.cc (verify_gimple_assign): Verify that
            nontmporal moves are stores.
            * gimple.h (struct gimple): Note that only
            nontemporal stores are supported.

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

Reply via email to