From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9468D3858D35; Mon, 9 Oct 2023 12:26:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9468D3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696854360; bh=SudxbLQXiz/zwzI34yh5T+zjf5a9r76dEMORaXFhTjA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m8GDYBLfBAYhuDimgturogOm87dQOFsn1jpWSWM1+8cf1f0U818vSSaysmoaSKUGV OLGhtshIl00Nhsvxxg7EiYzUNKGkewsJNkxMVOR8Sz/Pq9dUgs4OMBEnvbb0ssyUtd cgty2K8Gj66Zk3f8KO1yppJ2p7pJDmJxvixKPCqg= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111732] genmatch missed optimization Date: Mon, 09 Oct 2023 12:26:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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=3D111732 --- Comment #2 from Richard Biener --- (In reply to Richard Biener from comment #1) > Created attachment 56079 [details] > start of a patch >=20 > Start of a patch. Still has duplicate case values (dt tree insertion) and > missed for ID passing to the tail functions. Overall effect isn't too big - the biggest limitation is likely failure to factor outermost fors (or rather giving up on any delaying when the outermo= st match expression needs to be for-lowered rather than deciding on an operator basis).=