From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2DF503858D38; Mon, 20 Nov 2023 06:51:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2DF503858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700463073; bh=68sN62ojbo2OYlME548lZns/xOZ/tF489zTZTXX03mE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FZFRW9chG3CmmppkQmQPCmT02YYOHm7xNnILbJ8AwjxuiuoFBDNcVH3wpVzUHG2sH +lkUBx7SOo7hGXmPtjoM6B2UjfxtetE7W1WCLdLqyp9Tjhi+eHFpQ0fugG839H+ucc lqq5gh5qQ/BeaklPco355GpGnm6efSJJsePEYKgQ= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111970] [14 regression] SLP for non-IFN gathers result in RISC-V test failure on gather since r14-4745-gbeab5b95c58145 Date: Mon, 20 Nov 2023 06:51:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: juzhe.zhong at rivai dot ai X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D111970 --- Comment #12 from JuzheZhong --- Created attachment 56648 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56648&action=3Dedit Optimized dump which is buggy This is the buggy vectorized dump IR=