From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 286FA385828E; Fri, 17 Feb 2023 18:28:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 286FA385828E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676658492; bh=h9zX7q6Cg8mARtELgSPyPrMYkyElup/1wVVbizfnOs4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gHaPbeJjNjT8TRp/ESDoTEb+jLsNkLgkOMhPkR0KXw/WFOm3BU63NqXLC4yRpgPtu eqCDUFzgPeRdfnJIOamHzk34rQ4M98wTe+i5TLb38pkK2WDqJg7MJOhoaTTtEpuLgv ZtBF/XkLmmM7Th+qG1cG9RGHq4DpsM7vfQTYWYAs= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94782] Simple multiplication-related arithmetic not optimized to direct multiplication Date: Fri, 17 Feb 2023 18:28:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: missed-optimization, TREE 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: --- 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=3D94782 --- Comment #4 from Andrew Pinski --- The RTL level for x86_64 was fixed with r11-6456-g4615cde5d7ef281d4b554df411f82ad707f0a54d (aka PR 98334).=