From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0BA7D3858D35; Mon, 20 May 2024 11:26:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0BA7D3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716204407; bh=GDg0d2P65IUkocUte67kEe85TAY/YlMJHzijCVYUUfw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ko7JKv1bo6JVIopJGTR+bAHnzQcBB/dkbo+RsEzV1y6D66y65uWTqoApbDc98xl/O sH0xvE/k/o6m8jNzdtuaXdLTFc+J6D6GjfoyktmzV1Tq9Z7QVs4W+Wc2trvqSv6eRB 07xFhUSnKvjp/nYXAtImlHaRjgs2mb4JyE/kcUI0= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115161] [15 Regression] highway-1.0.7 miscompilation of some SSE2 intrinsics Date: Mon, 20 May 2024 11:26:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: slyfox 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: cc 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=3D115161 Sergei Trofimovich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roger at nextmovesoftware = dot com, | |sayle at gcc dot gnu.org --- Comment #1 from Sergei Trofimovich --- Bisect landed on r15-352-gf2449b55fb2d32 commit f2449b55fb2d32fc4200667ba79847db31f6530d Author: Roger Sayle Date: Thu May 9 22:45:54 2024 +0100 Constant fold {-1,-1} << 1 in simplify-rtx.cc But I'm not sure if it's the real cause or the code moved around enough. The sample is somewhat fragile and resisted minimization.=