From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B3DC13861037; Wed, 5 Jun 2024 07:10:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B3DC13861037 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717571436; bh=/4Q55yUOvmM8w3kGG4XY/TBWdLKkqveywCMBFcIaVUU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z3w0XEHHPsnFlJWNhLi2BeKVGToZAB3OFFFW6j4IXx7fCWoKmoQwpA7sISd7VrLHn DM3lxYaI1L3XzbiW56g5VcMX1MrfnddSsDzlUoZ93+phlJw3iqp+EKzWO2s9c6uZNc lOOFY8KFLbntRzj/4Qnzj1F7Gcpq0pKiVoQaaoZE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/115351] [14/15 regression] pointless movs when passing by value on x86-64 Date: Wed, 05 Jun 2024 07:10:36 +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.1.0 X-Bugzilla-Keywords: missed-optimization, needs-bisection 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: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_gcctarget short_desc target_milestone everconfirmed bug_status cf_reconfirmed_on component keywords 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=3D115351 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |x86_64-*-* Summary|[14 regression] pointless |[14/15 regression] |movs when passing by value |pointless movs when passing |on x86-64 |by value on x86-64 Target Milestone|--- |14.2 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-06-05 Component|c++ |rtl-optimization Keywords| |missed-optimization, | |needs-bisection --- Comment #1 from Richard Biener --- Confirmed. The IL we expand from is the same.=