From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C17E3858284; Mon, 21 Nov 2022 09:36:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C17E3858284 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669023418; bh=4r0/AgPnIUwyLFzVTrAD7afc1IucnWHr46qQqhZROPg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mCi4c1U+AioQodHjiZ4l4/d4euHb79vz1qhUTL3rWMz86et5UeiQivMs7rE1ZuWZU qybzSVTQ3/McHbl4KF5wbz0cJjLdyvmyq3jVsxXQslxq32U7kjlymi/wIitQpre92x Y358FXhEZRmZYABwsAncltJdKfEfIPbt8Vu0pvxQ= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107748] [13 Regression] Isn't _mm_cvtsbh_ss incorrect? Date: Mon, 21 Nov 2022 09:36:57 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D107748 --- Comment #8 from Jakub Jelinek --- Note, above commits do not fix the reported bug, I've just added identifier uglification to what I found except _mm_cvtsbh_ss on the trunk, the same including _mm_cvtsbh_ss on 12 branch (as there _mm_cvtsbh_ss is correct) and just the _mm_extract_ps case on 11 branch (the only broken one there from w= hat I could find).=