From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AD0373858421; Fri, 14 Apr 2023 13:15:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD0373858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681478150; bh=EtKMiumolox6Gdqvl0umNuvqrbFC5L7f0LWhQkhkIvw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w4JnbqLIDYSZgueZub4aZGgt0cNXQyshE8eigvn+o7eZtcCI3/VvgIMcRgNkwMaP3 XfcLFX+82O30xmkMdw+vM93qToWaC5tK1QUxcCF/1Z3p31ECg7XZiGxanQsvyJkpFQ PPOrVxZI6PqOdFUkL0UvZNBB7dCSkz6DjyiYOsQ4= From: "hubicka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/108086] [11 Regression] internal compiler error: in set_accesses, at rtl-ssa/internals.inl:449 Date: Fri, 14 Apr 2023 13:15:48 +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, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hubicka at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rsandifo at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 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=3D108086 Jan Hubicka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org --- Comment #19 from Jan Hubicka --- With trunk I now get: phase opt and generate : 71.71 (100%) 4.60 ( 95%) 76.32 ( = 99%) 2848M ( 98%) callgraph functions expansion : 27.25 ( 38%) 1.65 ( 34%) 28.90 ( = 38%) 510M ( 17%) callgraph ipa passes : 44.43 ( 62%) 2.95 ( 61%) 47.38 ( = 62%) 2333M ( 80%) integration : 6.99 ( 10%) 1.05 ( 22%) 8.01 ( = 10%) 1998M ( 68%) tree PTA : 36.28 ( 50%) 2.52 ( 52%) 38.80 ( = 50%) 45k ( 0%) combiner : 3.96 ( 5%) 0.00 ( 0%) 3.96 ( = 5%) 41M ( 1%) with over 5% runtime. Perf claims it is mostly bitmap operations: 16.91% cc1plus cc1plus [.] bitmap_ior_into 12.22% cc1plus cc1plus [.] bitmap_set_bit 3.58% cc1plus cc1plus [.] 0x00000000011cad58 1.97% cc1plus cc1plus [.] bitmap_bit_p 1.80% cc1plus cc1plus [.] bitmap_copy 1.24% cc1plus cc1plus [.] htab_find_slot_with_hash 1.13% cc1plus cc1plus [.] 0x00000000011cad70 1.11% cc1plus cc1plus [.] refers_to_regno_p=