From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0CE863858000; Mon, 10 Oct 2022 07:58:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0CE863858000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665388701; bh=ashkh1c8ioU7mc2qwe1o3FGi8Hm92r61p2WRKbfA5CM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eeOaw8A61381nzr+EGxuvNIjFFrQtosENFNk3ykmkfRhcpZuWWFUyRhnA8d6GN+DQ zgMI4Fl1MPpShsAkwxPx0uSDHy+7pohNhp71Znq046/+kPhgYJurR8u7nEVasU6urR cGNYs0km1c9Ps6GjKy3jSY5ZnMajsK7gIZGX8Wzc= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107185] [13 Regression] during RTL pass: vregs ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) with -ffast-math and lrintf() Date: Mon, 10 Oct 2022 07:58:19 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: 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=3D107185 --- Comment #2 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:9b8520fa9d745b3a974d5eb98cb4b9a9021b215d commit r13-3189-g9b8520fa9d745b3a974d5eb98cb4b9a9021b215d Author: liuhongt Date: Sun Oct 9 15:30:10 2022 +0800 Fix unrecognizable insn of cvtss2si. Adjust lrintmn2 operand preidcates according to real instructions. gcc/ChangeLog: PR target/107185 * config/i386/i386.md (lrint2): Swap predicate of operands[0] and operands[1]. gcc/testsuite/ChangeLog: * gcc.target/i386/pr107185.c: New test.=