From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C8F73857B98; Wed, 13 Mar 2024 14:38:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C8F73857B98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710340682; bh=WitO0kZUHpQUcrbKBnPR1wm7rOaaUN2vSwsfp4dz4vQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QY9LswDhqrNn0D32LP2cLL9znYujB1jVaLAdYfKKLBSLm3jUAVku1sLfswOJY0taC ST4G5gcw8c7P/B3GFy1+tx/tIqX4hKYzIsgDZfNy7u1HuxYf29v3EsJlAkM6lKSsWE bkPfaDcmB+cbkq9YgyXsnqp1zI+QfqFTwTplIB18= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94094] [meta-bug] store-merging and/or bswap load/store-merging missed optimizations Date: Wed, 13 Mar 2024 14:38:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: meta-bug, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: bug_status resolution 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=3D94094 Bug 94094 depends on bug 114319, which changed state. Bug 114319 Summary: htobe64-like function is not optimized on 32-bit x86 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114319 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED=