From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 74BD33858C53; Fri, 8 Dec 2023 11:44:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 74BD33858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702035865; bh=quyLKumBGjrE/hb6xgmVcyTyDYY4wo7ErmI8QaYciVM=; h=From:To:Subject:Date:From; b=NjXkG9DlI/JW4gvtXdzFLMt3UyaOVXWfI+6Ny0Z2WmSVjbgZkEL78MmXbVha7Ultj BNgfQoETB+jBHxK8a/h44leCq7G7SbA+D9xtnEA6QoYwgeSpxA+SgUo0x2DLjlYr3r /42gPDfPwdB3hBBpBicZ2cgh+++ourzyhq8IRFpc= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112919] New: LoongArch: Alignments in tune parameters are not precise and they regress performance Date: Fri, 08 Dec 2023 11:44:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D112919 Bug ID: 112919 Summary: LoongArch: Alignments in tune parameters are not precise and they regress performance Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: xry111 at gcc dot gnu.org Target Milestone: --- In r14-1839 we added -falign-function=3D32 -falign-label=3D16 for LA464. B= ut these values is not precise now because in r14-4674 we removed ASM_OUTPUT_ALIGN_WITH_NOP and altered the semantics of -falign-* switches. = And we also have LA664 now which may benefit from a different value.=