From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 525F338375AB; Thu, 15 Dec 2022 10:30:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 525F338375AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671100254; bh=l87m+7ClItBM6i4cY7YAHx+1TjcitCrckHp18a7LHmU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OS4oHiS5exsUEEMkRw7lvB+ox2rrMKV2aVHLyfIz0dxWtdgFfPnvmkTxWB+oNUhfe Idvwn4egUX987NIbuAcxDDRdBpY+ieujeo4TVGQvdfUzZP8EzxnQgaEEdcQwZooTSv UPQDB4gcfy4yx8hzsr9+di45HWaJJLdZ0nglnBN8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/108086] internal compiler error: in set_accesses, at rtl-ssa/internals.inl:449 Date: Thu, 15 Dec 2022 10:30:52 +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: 12.2.0 X-Bugzilla-Keywords: compile-time-hog, needs-reduction 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: --- 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=3D108086 --- Comment #7 from Richard Biener --- Samples: 877K of event 'cycles:u', Event count (approx.): 779618998855=20= =20=20=20=20=20=20=20=20=20 Overhead Samples Command Shared Object Symbol=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 52.64% 461458 cc1plus cc1plus [.] ggc_internal_alloc 3.18% 27836 cc1plus cc1plus [.] bitmap_set_bit 2.66% 23374 cc1plus cc1plus [.] hash_table::_transpose(input, transVecs); bar (transVecs); } Reducing 64 to 32 (also in the templates) makes it compile almost instantly but still callgraph ipa passes : 11.74 ( 84%) 3.00 ( 91%) 14.74 ( = 85%) 1617M ( 92%) integration : 6.88 ( 49%) 1.75 ( 53%) 8.63 ( = 50%) 1460M ( 83%) tree operand scan : 3.04 ( 22%) 1.17 ( 35%) 4.31 ( = 25%) 113M ( 7%) I can halve the operand scan time.=