From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 00BFE3858C2C; Fri, 25 Aug 2023 08:18:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00BFE3858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692951504; bh=QMT+JxeFMDo3sMj+uuQWupxUR0Z8f3ZbNMEEKmvAxxU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PktIErm9bR7l2xyDswGTGxxZQsypAb+l7PUBM2++TvV1PuiQ1S5Y+tYcWoJ1Rdx8U yS9KWiJajBjPJIFySwq4unUgG8mS6/nyvGiqPHEplx1n6B3HBU1UI6mhNlFxszBnBW Ei7CVsoW+pMsEE9bTlW08q0/0sWohDH5FNKmFT68= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111136] ICE in RISC-V test case since r14-3441-ga1558e9ad85693 Date: Fri, 25 Aug 2023 08:18:22 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D111136 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:a739bac402ea5a583e43dbd01c14ebaff317c885 commit r14-3477-ga739bac402ea5a583e43dbd01c14ebaff317c885 Author: Richard Biener Date: Fri Aug 25 09:42:16 2023 +0200 tree-optimization/111136 - STMT_VINFO_SLP_VECT_ONLY and stores vect_dissolve_slp_only_groups currently only expects loads, for stores we have to make sure to mark the dissolved "groups" strided. PR tree-optimization/111136 * tree-vect-loop.cc (vect_dissolve_slp_only_groups): For stores force STMT_VINFO_STRIDED_P and also duplicate that to all elements.=