From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0FCF83858428; Wed, 2 Aug 2023 09:45:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0FCF83858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690969534; bh=K+MLVQT/opFub1jgX3qVkK+dFweZI0N1eiLloH9/1bY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T8pMvOJce/hVdUeDfLiJJlqP+0YsdHlQS403uODXb6EjeAZ6iwUrdBnBP9Y3sMz4u QkW3w2sGKbI2wJCXDrqRPJMGis4PHZG1I8N5lbl100D9MqztPR4M7mtXLo2Voju9WL 47vARDX0WKew1Y4Hk7K41F1HRgUZHr6FHIbLarwE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/110587] [14 regression] 96% pr28071.c compile time regression since r14-2337-g37a231cc7594d1 Date: Wed, 02 Aug 2023 09:45:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: compile-time-hog, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D110587 --- Comment #21 from Richard Biener --- (In reply to Uro=C5=A1 Bizjak from comment #20) > Can we revert the Comment #13 kludge now? When we revert it we get integrated RA : 0.42 ( 17%) 0.00 ( 0%) 0.43 ( = 17%) 19M ( 16%) LRA non-specific : 0.39 ( 16%) 0.00 ( 0%) 0.39 ( = 15%) 6304k ( 5%) LRA virtuals elimination : 0.03 ( 1%) 0.00 ( 0%) 0.02 ( = 1%) 3729k ( 3%) LRA reload inheritance : 0.17 ( 7%) 0.01 ( 10%) 0.18 ( = 7%) 5109k ( 4%) LRA create live ranges : 0.27 ( 11%) 0.00 ( 0%) 0.28 ( = 11%) 984k ( 1%) LRA hard reg assignment : 0.72 ( 30%) 0.01 ( 10%) 0.74 ( = 29%) 0 ( 0%) TOTAL : 2.43 0.10 2.54=20= =20=20=20=20=20=20 123M so the regression is back and also code size increases significantly.=