From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E0203858023; Thu, 12 Oct 2023 21:42:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E0203858023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697146959; bh=9qKllS5KlJsHr+nRT+rdlY1eYKgtz2aUJdtwggrnrhQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DQZhM7rX2UIRh4K0yQYSfq25yB1n6e0gJT/zHjAuCXs/jdxaWoodvCpllWwlWCVCL AMrcENWxm7AXNaFVQQLIMafiKX5mddXu2jtWBSyjIN0fYhE9worFJ+DLXZdujAvevQ ZCGKG76x67+WpCLkrSHnOZWcHqzu2vxzG6Fut8bU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/111782] [11/12/13/14 Regression] Extra move in complex double multiplication Date: Thu, 12 Oct 2023 21:42:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: missed-optimization, needs-bisection, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords cf_reconfirmed_on everconfirmed bug_status 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=3D111782 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ra Last reconfirmed| |2023-10-12 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski --- Confirmed, the first difference in the IR between the 10 and 11 is reload (LRA). I suspect this is only an argument register allocation issue.=