From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C42E5385840B; Mon, 20 May 2024 15:48:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C42E5385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716220134; bh=CNpcIyGNIFDCCRj+r2aJDRrEkUkTvoN6ucLK34n5gdA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qgTVDx3tLcZHTNgi2a9JOwxenatsfuQcVSFWOaZuO4EWsY+nFvGlCZvHzEi//g9By 25c7ZL3xjf1wDBSu3BpCls8tYnTj5K+YMaJjLEwFv35IAR/iB61p5mQTXzQIy/oldY 6d1lL5rWfDs0CA406NIBONZFVs9PrhyfQvBvJdWg= From: "jan.wassenberg at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115115] [12/13/14/15 Regression] highway-1.0.7 wrong _mm_cvttps_epi32() constant fold Date: Mon, 20 May 2024 15:48:53 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jan.wassenberg at gmail dot com 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: 12.4 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=3D115115 --- Comment #12 from Jan Wassenberg --- Thanks for continuing to look into this and filing the issues. It seems like the Highway tests are examples of nontrivial vector code that= are detecting some regressions. Would it be useful to add them to the GCC test suite to detect these issues immediately, rather than after a release cycle= ?=