From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 582E03864C15; Sat, 18 May 2024 23:18:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 582E03864C15 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716074335; bh=BeMmeWvhYDKgZdsCMHYCF5u4Z56DKd1k50QRfp3+7jI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qaEMrfmsjhTEgwcAwEI5nuUslQF8EJ2WmxMNmXkSqo2S+ECRwCL0Sk1fRr7mBEm0V 2gOZj8S92LCABC5iuKe69B+CdbmuCwmkkNzep4hRHFQffm9HjX/psMi82wJk3yCUmG yQoKkhOlsQBmSMjzw7OPgrVz8BF2Of53/s0B7G+k= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115146] [15 Regression] Incorrect 8-byte vectorization: psrlw/psraw confusion Date: Sat, 18 May 2024 23:18:54 +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: 15.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox 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: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D115146 --- Comment #9 from Sergei Trofimovich --- (In reply to Levy Hsu from comment #7) > Created attachment 58236 [details] > [PR]115146 The change fixed `highway-1.0.7` testsuite failure for me.=