From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BCAFA3858D1E; Tue, 21 May 2024 16:07:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCAFA3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716307638; bh=P75K+oc4PW23e1Da75r9BrqHyeBZkpXDYI2RLS0eWmI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RZZFhm56+8bvY1n6c9OKhBtlfwgMX6uRzUXvhqkhcS3NbCw+tQcPOF0yT4gahi3fj zm4AwxG63ttBPdA9N+dCStRA8PYkJD6+Yy5qYV3M9fEV8XBekPYIuUUQpRCgT+3mKg cdUqZMvY+YtJYhM7cTtwYOKn/Ns9hOUUYy2+AiT8= From: "jakub 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: Tue, 21 May 2024 16:07:18 +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: 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: 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=3D115161 --- Comment #10 from Jakub Jelinek --- Any of the floating point to integer intrinsics if they have out of range v= alue (haven't checked whether floating point to unsigned intrinsic is a problem = too or not). No matter if it is float or double (dunno if _Float16 too, or __bf16), and = no matter if it is scalar intrinsic (ss/sd etc.) or vector and how many vector elements. But, this isn't really a regression, GCC has always behaved that way, the o= nly thing that actually changed is that perhaps we can constant fold more than = we used to do in the past. When not using intrinsics, IMNSHO we should keep doing what we did before.=