From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F0D333858C78; Thu, 2 May 2024 02:52:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0D333858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714618364; bh=eYcEgueAGQ2XG5EE0BGAjoQlflh2TB2Zq9x0AJiwcDI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fWTCNUGhXzndmQmlbRoEE9T694KbDeLcbHtYAm4CK7jjEIGs6+MBMS6lS2JBD59dS SRebhTH6HGqUW/HafI3cdpeTL0Cj9qsiOvssVM4LIrNuifI7rNUM5B1PJ+RiAPieDc uOkhE1wGP8GHbEk7E1XxqOrbfeQKb6ymhZebl/bk= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/101345] wrong code at -O1 with vector modulo Date: Thu, 02 May 2024 02:52:44 +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: 12.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: dependson 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=3D101345 Peter Bergner changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |101129 --- Comment #4 from Peter Bergner --- (In reply to Jeevitha from comment #3) > The commit that resolved the incorrect code was > ad5f8ac1d2f2dc92d43663243b52f9e9eb3cf7c0, where Bill disabled the swap for > mult with subreg. This addressed the issue. Ok, so that was the fix for PR101129. Thanks for tracking that down Jeevitha! Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101129 [Bug 101129] [11/12 Regression] wrong code at -O1 since r11-5839=