From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2BFE03858C2F; Thu, 12 Oct 2023 03:33:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BFE03858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697081623; bh=JCAuEUUD/YbepT72dztCXteNZqJvYUFDIBm5FnvqajA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VfTe/ugsgZUNNDUvxY14RHe2ZUZM1Xw4XUNEzS2wBOSPHJjO0El66jW1QToC+cKs2 hwnc+FgIQ5cw9Qxewtn2OpvOObs7Fj9gexsUTUvmEYxq2I31zB6l2A9ayLOwn1tlA5 9ISuHx9DtImu5HctNpqFBr/h04Z1ensl3DKuvkHU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/26190] combine misses some distributivity Date: Thu, 12 Oct 2023 03:33:42 +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: 4.2.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_known_to_work resolution target_milestone 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=3D26190 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Known to work| |10.1.0 Resolution|--- |FIXED Target Milestone|--- |10.0 --- Comment #9 from Andrew Pinski --- Fixed in GCC 10.1.0. Part of it was fixed with r6-3841-g84ff66b884e9 . The other part which fixed this was improving EVRP.=