From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 00BB23858D3C; Tue, 8 Nov 2022 00:14:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00BB23858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667866485; bh=Xeg9ysCjIK6dfmvGfdunP/Vtmd8ylH3az6i9fGbkN3s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QsW4u027jhqsArGXQBsyzpyzp+apS01kXKJUyJ0pgbLU8kUghRareeaaFlfE4miqu fCOJZu15JhxlaH/A2tCsL53QhsaDBa2xXnNsqCVA13a5NsDUFrU7bPOKhG7U9I28CW QFJmrGmdTx8lpQFmSIijVztrmxl3tjait5Hsg29c= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/97961] unnecessary moves with __builtin_{add,sub}_overflow_p and __int128 Date: Tue, 08 Nov 2022 00:14:42 +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: 11.0 X-Bugzilla-Keywords: missed-optimization, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: everconfirmed bug_status cf_reconfirmed_on 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=3D97961 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2022-11-08 --- Comment #1 from Andrew Pinski --- Confirmed. aarch64 produces the code without any extra moves ...=