From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 118C8385B53B; Sat, 18 Feb 2023 04:10:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 118C8385B53B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676693429; bh=Vqy0AU9f1pMgyGwSZk8QgAhpYJ7UnW5aqTrvlCFOlaM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SP3VyGLMpkDXsPAYSx4XYa+4xlqJK+7r0RbGjqb5eC6VMWwtsmWCcg3i0Iu/YIjuK iufY4fM6xpSxSX1r7/PzUYSnJoreYLjO1qtPRMFFusAMKkBLUuLgkzEuigSJPVIaaE 4s3UyyPGPO98/himRmCvwiOGTSqdxgc3CaBb8V/I= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/10520] induction variable analysis not used to eliminate comparisons Date: Sat, 18 Feb 2023 04:10:27 +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: 3.2 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement 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: see_also 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=3D10520 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D108841 --- Comment #7 from Andrew Pinski --- (In reply to Andrew Pinski from comment #6) > Also? To simplify things a little more? I filed PR 108841 for that.=