From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 468AB3858CDA; Mon, 20 Nov 2023 06:52:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 468AB3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700463145; bh=muXBZSGdFvFEzgSp/H4bQB/c1Ykd6rW5THsuOV+sMcY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=j2C6yS4ioLOesKulTQXuiR0MPYiGEDu/fosYvONFItCbDgf3CvSl2k8wqQ57UZdAF eu5vlhElWx0okJFdwHs4I8cRQ30wUuMR3oVmYiGRpiSmosRs0RrX4QpenE+pO6ze86 HhjXKJwkt5lJzVBBGOoZvtXJrzTy80xH+bxDh7I0= 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:52:25 +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 #13 from JuzheZhong --- Created attachment 56649 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56649&action=3Dedit Correct vectorized optimized dump This is the optimized dump IR that runs correctly.=