From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B1E983858D20; Thu, 28 Sep 2023 08:43:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1E983858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695890600; bh=Xg+Du/19ydMantzaHgUAqOSkmjlHgRAqx44DZTLV8qU=; h=From:To:Subject:Date:From; b=Y0CIhd/wumMVMBSX763op6gadtdpK2Y/hcGTiT7BPmPJa7kUpbbheKOP38pGfgcUI m+At++MsXvJtlIBfyPrqz6YB8Wo+0v4aahQ+LxWfoaKTZwSDQ1jPj8BIPwQhbhhea+ zTCQdmTugn9venUOKgZN7ksMY8QFBKo2b22juHPc= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111622] New: [13 Regression] EVRP compile-time hog compiling risc-v insn-opinit.cc Date: Thu, 28 Sep 2023 08:43:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.2.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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 Bug ID: 111622 Summary: [13 Regression] EVRP compile-time hog compiling risc-v insn-opinit.cc Product: gcc Version: 13.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org Target Milestone: --- Compiling insn-opinit.cc with a x86_64 GCC 13.2 host compiler targeting riscv64-linux with -O2 shows tree Early VRP : 97.26 ( 77%) 0.01 ( 1%) 97.28 ( = 76%) 2908k ( 0%) TOTAL : 127.13 1.06 128.21=20= =20=20=20=20=20=20 931M and sofar unchanged on the branch head. It's improved with GCC 14 where we instead have the worst passes being alias stmt walking : 5.89 ( 19%) 0.10 ( 10%) 6.01 ( = 19%) 8531k ( 1%) tree FRE : 4.73 ( 16%) 0.04 ( 4%) 4.76 ( = 15%) 4325k ( 0%) GCC 12 is fine as well.=