From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 04F973857736; Fri, 13 Oct 2023 13:23:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04F973857736 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697203438; bh=ecGIFr8/dRLnyW2LsRq9llAb609j/lBDxQ2ZhbYOkUQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=l77iX00M+p+brTbuvvVcHcf8to1ddZ8KCsSpkEItEznwHOaWssxZ0JDihhWLGcp1K aPie6NCH7WdkcAuxmMeyRB0akIo6fQ2dysp5ZX5JOGHqzgYf+Rli9hC4lsKzwwIfsv lVZUF0BPMM8GttCwRlpaFCzI5+8xF8ireezi2cfE= 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:57 +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 #8 from CVS Commits --- The releases/gcc-13 branch has been updated by Andrew Macleod : https://gcc.gnu.org/g:1c2bd0839e3574ab2a76ec18faf906b2f64b5f81 commit r13-7949-g1c2bd0839e3574ab2a76ec18faf906b2f64b5f81 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.=