From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8F9313858D28; Fri, 13 Oct 2023 13:23:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F9313858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697203385; bh=jTcDskC59A1uumW5Bin9vtORC0vnnr1zRXz31rB9XS4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mXTQ1h+/Q1DKUnq3qQ99CEVGpYk7p22ruTvVITHl9xsVTLqSvMNqv52bzRSexYbGl f/ROLqGvcwd7cXyZTH/Pd1moDpHTNTyzhUkRUn+PqeeLTx3i7lY/yGQqSm7Ai6RBQM VCAkPF7+jSsRQwQ4H0/x7LvH0VrY65kW/glPPzqA= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111622] [13 Regression] EVRP compile-time hog compiling risc-v insn-opinit.cc Date: Fri, 13 Oct 2023 13:23:04 +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: 13.2.0 X-Bugzilla-Keywords: compile-time-hog, needs-bisection, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: 13.3 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=3D111622 --- Comment #7 from CVS Commits --- The master branch has been updated by Andrew Macleod : https://gcc.gnu.org/g:8be20f3b0bded7f9b690b27cbee58b283dbe827b commit r14-4630-g8be20f3b0bded7f9b690b27cbee58b283dbe827b Author: Andrew MacLeod Date: Thu Oct 12 17:06:36 2023 -0400 Do not add partial equivalences with no uses. PR tree-optimization/111622 * value-relation.cc (equiv_oracle::add_partial_equiv): Do not register a partial equivalence if an operand has no uses.=