From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 78A3E3857C72; Fri, 26 Jan 2024 21:48:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 78A3E3857C72 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706305718; bh=CT3lmKcZuyY/Z6UVukyMqOWZeZDua130RQ0BPxSH/e4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HOzLjrOphzqVlHZKzcWz/Py/EcpAvfeJpL18FTDy773JDnKj9uw2HZnNeKA6GFiAm jy0BavDyC7hq7T98rUheb11V8pA19yNaIKQIAtCJbJBmuR9cBRsyB3D5SzYjkS71Ia tWgwyQL02mqPh6Q+cfB36pouO3YvEWToeQdLKT5s= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/105314] [12 Regression] ifcvt regression in noce_try_store_flag_mask Date: Fri, 26 Jan 2024 21:48:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.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=3D105314 --- Comment #11 from GCC Commits --- The master branch has been updated by Maciej W. Rozycki : https://gcc.gnu.org/g:3e3b9b708d390074f7825401b808e0ed41552c1d commit r14-8459-g3e3b9b708d390074f7825401b808e0ed41552c1d Author: Maciej W. Rozycki Date: Fri Jan 26 21:47:40 2024 +0000 RISC-V/testsuite: Also verify if-conversion runs for pr105314.c Verify that if-conversion succeeded through noce_try_store_flag_mask, as per PR rtl-optimization/105314, tightening the test case and making it explicit. gcc/testsuite/ * gcc.target/riscv/pr105314.c: Scan the RTL "ce1" pass too.=