public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/114323] [14 Regression] MVE vector load intrinsic miscompiled since r14-5622-g4d7647edfd7d98
Date: Tue, 19 Mar 2024 08:19:34 +0000	[thread overview]
Message-ID: <bug-114323-4-i24F6aNv7E@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-114323-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Christophe Lyon <clyon@gcc.gnu.org>:

https://gcc.gnu.org/g:167ec6df7fd8deb67759acd5dbe72c1982a55873

commit r14-9537-g167ec6df7fd8deb67759acd5dbe72c1982a55873
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Fri Mar 15 19:55:43 2024 +0000

    arm: [MVE intrinsics] Fix support for loads [PR target/114323]

    The testcase in this PR shows that we would load from an uninitialized
    location, because the vld1 instrinsics are reported as "const". This
    is because function_instance::reads_global_state_p() does not take
    CP_READ_MEMORY into account.  Fixing this gives vld1 the "pure"
    attribute instead, and solves the problem.

    2024-03-15  Christophe Lyon  <christophe.lyon@linaro.org>

            PR target/114323
            gcc/
            * config/arm/arm-mve-builtins.cc
            (function_instance::reads_global_state_p): Take CP_READ_MEMORY
            into account.

            gcc/testsuite/
            * gcc.target/arm/mve/pr114323.c: New.

  parent reply	other threads:[~2024-03-19  8:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13 11:42 [Bug target/114323] New: " acoplan at gcc dot gnu.org
2024-03-13 12:03 ` [Bug target/114323] " acoplan at gcc dot gnu.org
2024-03-13 12:11 ` rguenth at gcc dot gnu.org
2024-03-13 13:37 ` law at gcc dot gnu.org
2024-03-14  7:44 ` clyon at gcc dot gnu.org
2024-03-15  5:59 ` prathamesh3492 at gcc dot gnu.org
2024-03-15 11:17 ` acoplan at gcc dot gnu.org
2024-03-15 11:31 ` clyon at gcc dot gnu.org
2024-03-19  8:19 ` cvs-commit at gcc dot gnu.org [this message]
2024-03-19  8:20 ` clyon at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-114323-4-i24F6aNv7E@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).