From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B92673858436; Thu, 12 Oct 2023 04:17:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B92673858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697084235; bh=FTGUz0dZbiTlUNcSpVb93BOf9o4nmOdesTPk4YIbVuM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=APAMdEWYgxmemMAN7sn0niOIYeSncXKs1ZYFrY+jfkg+XAGkeNcYcNsMricAOqlpW d9C67UMRDb9sOdePhcOYT6w4Cx4XMLmvNNdkBVhiPSRuuWC/y7jHsgF1Ss1vMUd55j /oFGnDrpllvPdthQiKuGpkQUFBSaaptCOTKO25fk= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/102147] IRA dependent on 32-bit vs 64-bit pointer size Date: Thu, 12 Oct 2023 04:17:14 +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.0 X-Bugzilla-Keywords: internal-improvement, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner 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=3D102147 --- Comment #9 from Peter Bergner --- (In reply to CVS Commits from comment #8) > The master branch has been updated by Vladimir Makarov > : >=20 > https://gcc.gnu.org/g:51ca05031959d3accffe873e87d4bc4fbd22e9e9 >=20 > commit r12-3881-g51ca05031959d3accffe873e87d4bc4fbd22e9e9 > Author: Vladimir N. Makarov > Date: Fri Sep 24 10:06:45 2021 -0400 >=20 > Make profitability calculation of RA conflict presentations independe= nt > of host compiler type sizes. [PR102147] >=20=20=20=20=20 > gcc/ChangeLog: >=20=20=20=20=20 > 2021-09-24 Vladimir Makarov >=20=20=20=20=20 > PR rtl-optimization/102147 > * ira-build.c (ira_conflict_vector_profitable_p): Make > profitability calculation independent of host compiler pointer > and > IRA_INT_BITS sizes. Can we mark this as RESOLVED / FIXED now?=