From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A33413858C60; Tue, 2 Nov 2021 07:08:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A33413858C60 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/102948] [12 Regression] 60% build time regression on gamess with g:31855ba6b16cd138d7484076a08cd40d609654b8 Date: Tue, 02 Nov 2021 07:08:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2021 07:08:39 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102948 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12 Regression] 60% build |[12 Regression] 60% build |time regression on gamess |time regression on gamess |in range |with |g:31855ba6b16cd138d7484076a |g:31855ba6b16cd138d7484076a |08cd40d609654b8 |08cd40d609654b8 --- Comment #5 from Richard Biener --- Yes. Note we're simply vectorizing more and that puts more IL and in particular more loops (prologue,epilogue,versions) down the pipeline. Noth= ing we can do much about apart from making unrelated passes faster. Unfortunately the extra vectorization doesn't result in a speedup in the end (it's not to hot code regions).=