From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DBAF53858D28; Sun, 14 Jan 2024 21:44:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DBAF53858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705268698; bh=U8G4RCVxBojtenvtxUEWXBjqpDGhbmXsLy/0k5sngo0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hiv4o/7SZzrKN8h8vrGOW+TbznFMxTztQ5XFVzUS5S+a0uiZAMFvGqGSsb+nR2sWr fdIL3EaWMk5rzFo2uMtI2uigLTtUKR8RYA2zFqeDLByUJ4mlOLgb/wUE+wujcdSyly kYBQIZYumVugm9oSsNYC586o6rZoDpSDczMxgCag= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113392] Missed fold of loading 8 consecutive bytes leading to a missed byteswap optimization Date: Sun, 14 Jan 2024 21:44:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: unknown X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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_status resolution short_desc 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=3D113392 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE Summary|Missed fold for loading 8 |Missed fold of loading 8 |consecutive bytes at an |consecutive bytes leading |offset leads to a missed |to a missed byteswap |byteswap optimization |optimization --- Comment #1 from Andrew Pinski --- Dup of bug 98953. *** This bug has been marked as a duplicate of bug 98953 ***=