From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 65D3E396E472; Mon, 3 Jun 2024 10:13:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65D3E396E472 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717409627; bh=5XisEnA16Xri0XTJE1eE4CT6FsIvdPQvvW4MK4BZFLQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H459HMFXVKOSQGPMSc7LmxAzGIsqy7n0YuiLq6Qu4MuCvgw11VOj/nkIXWPzdiMDl 2v/xLnRPt0+W1SreauORoDfaAF+yLwUfPu8f+qOeiCpKZmLrUCrWPmRPR/SKym2jgB jufaXGF62+4DMC2NcRgil3Z5pc3kxGlg7xp1rF0A= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115304] gcc.dg/vect/slp-gap-1.c FAILs Date: Mon, 03 Jun 2024 10:13:47 +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: 15.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: tschwinge at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.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=3D115304 --- Comment #5 from Thomas Schwinge --- Created attachment 58333 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58333&action=3Dedit 'c2' GCN target ('-march=3Dgfx908') 'slp-gap-1.c.179t.vect' (In reply to ro@CeBiTec.Uni-Bielefeld.DE from comment #3) > > --- Comment #2 from Richard Biener --- > > It should only need vect32 - basically I assumed the target can compose= the > > 64bit vector from two 32bit elements. But it might be that for this to= work > > the loads would need to be aligned. > > > > What is needed is char-to-short unpacking and vector composition. Eith= er > > composing V2SImode or V8QImode from two V4QImode vectors. > > > > Does the following help? >=20 > Unfortunately not: makes no difference AFAICS. Also doesn't resolve the issue for GCN target (tested '-march=3Dgfx908'); s= ee attached 'c2' GCN target ('-march=3Dgfx908') 'slp-gap-1.c.179t.vect'.=