From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 69DBA3858412; Mon, 27 Nov 2023 12:42:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69DBA3858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701088943; bh=C0Nrzul5KniaMwAmzt2QMoHmim08d5aemlKezjzyPIQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kks/YLWJmzzuZLBQgFQ+ycChWWIRl7ctdsiolPFwXnav4I1OlYYKKbRdjjUMdQWkI 91/qrMOfL9EGrnmlKSsouFWWyoTti4ZHE2VgO6VhQfNGZrXTntdx753m7DsKV0kTIT LsZ7eRuZkKgOrbzA+7CZn26HoB0k+zcymetFkdb4= From: "rdapp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112598] RISC-V regression testsuite errors with rv64gcv_zvl512b Date: Mon, 27 Nov 2023 12:42:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: rdapp at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112598 --- Comment #15 from Robin Dapp --- Does the =3Dm fix your issue? Or is the code gen different then and we're = just lucky? For my problem it doesn't help because we still don't recognize an alias between load and store and the load is moved. Richi's RFC patch from a while ago helps, though. I cc'd you.=