From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2051C3858C83; Mon, 27 Mar 2023 08:29:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2051C3858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679905774; bh=PH/tavyFDnnSmmVSWetc042a24HDO1W+RiY2Lv8jqLw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W8OPCUcRdcwFfdVnkbiPscSS0YETnkakgpI8nN9OD5mv3IUuiF2JXGpciCjKWI5nU 9JO/SfAzFXuFj2OIM/b0EMs1+WDQEPpJ8JzAeEbWZnfmaAqIOYAsutPmnWrYmMUw1G uNeUSKdzhkyBbtb8pyY5RgIZ6fS0IzYG05ZxrogQ= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109040] [13 Regression] wrong code with v16hi compare & mask on riscv64 at -O2 Date: Mon, 27 Mar 2023 08:29:31 +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: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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=3D109040 --- Comment #1 from Martin Li=C5=A1ka --- I'm going to bisect that..=