From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7FCD03858D37; Mon, 17 Jul 2023 10:52:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FCD03858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689591126; bh=5hIAsUjnfbURiuKPELwgpo+ycdSidMqwd+HBTzE6jUM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eb8JMfuMak4fpun6Zsy2EYm/ruyZq/w8zesWpzuRMiO8lvTq3HDJhkX9Q7fDgheQW L/LYGUaQZX8QX+TIrlhRmwR/K1RZhVLeMCFOVeslovPE/sQ9dEzbLvEExl+8HKs1dX j7RoXiI6sTMB/jrW9m/ATc32Dk7rU/SRVv6QyJpw= From: "jamborm 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: Mon, 17 Jul 2023 10:52:06 +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: jamborm 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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 Martin Jambor changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sayle at gcc dot gnu.org --- Comment #7 from Martin Jambor --- Oops sorry, indeed, the much bigger regression is because of: commit 8911879415d6c2a7baad88235554a912887a1c5c Author: Roger Sayle Date: Fri Jul 14 18:10:05 2023 +0100 i386: Improved insv of DImode/DFmode {high,low}parts into TImode. This is the next piece towards a fix for (the x86_64 ABI issues affecti= ng) PR 88873. This patch generalizes the recent tweak to ix86_expand_move for setting the highpart of a TImode reg from a DImode source using *insvti_highpart_1, to handle both DImode and DFmode sources, and also use the recently added *insvti_lowpart_1 for setting the lowpart. Although this is another intermediate step (not yet a fix), towards enabling *insvti and *concat* patterns to be candidates for TImode STV (by using V2DI/V2DF instructions), it already improves things a little. [...]=