From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 32BD93858C78; Fri, 29 Sep 2023 12:35:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 32BD93858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695990942; bh=S/ENmWfT/Fov0mxav+1+TuGTbKhyKlyLZjk5xs3PEvk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PdrL9Ug7+bv780+p2QdZIClsCpJPU+FKDPiKQre1PheiCdYkBT31lOaynQHw/v5Vz imj9GEKvsw1Z6W+RpdOfCDe38+s1C+Q6LPHpZiphW9zUJQ3cXl8xBI6Aa3e3z/s6kQ 0rAtF1kf8M0iYL7GvfRRwZjPv+p2VGBtO9ULva50= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111131] SLP of gathers incomplete Date: Fri, 29 Sep 2023 12:35:41 +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: rguenth 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: --- 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=3D111131 --- Comment #1 from Richard Biener --- There's also if (memory_access_type =3D=3D VMAT_GATHER_SCATTER && gs_info.decl) { vect_build_gather_load_calls (vinfo, stmt_info, gsi, vec_stmt, &gs_in= fo, mask, cost_vec); return true; which doesn't support SLP either (but ICEs).=