From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 808AD395C065; Mon, 3 Jun 2024 09:18:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 808AD395C065 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717406339; bh=bWVfwlLAF9w8FZupUFe5qaNnTSXkKbPayXJqu0Zkh14=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C6L1bcx84+yZtKdxwPQt1+7g2n2wbGb65hJf17A6ZkFvrWPtFiT01onbIqGawAZGc BoAueCAvU58ZcaJsJV/HC5FXTDzTpUSzEHATLx0qbWYK96YzkkFqOR7NCsuqMFdhqs na/i4YBinNYLrBdsil2cnD+XN6OffvzWX4cmzMkA= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115304] gcc.dg/vect/slp-gap-1.c FAILs Date: Mon, 03 Jun 2024 09:18:58 +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: ro at CeBiTec dot Uni-Bielefeld.DE 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: 15.0 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=3D115304 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #2 from Richard Biener --- > It should only need vect32 - basically I assumed the target can compose t= he > 64bit vector from two 32bit elements. But it might be that for this to w= ork > the loads would need to be aligned. > > What is needed is char-to-short unpacking and vector composition. Either > composing V2SImode or V8QImode from two V4QImode vectors. > > Does the following help? Unfortunately not: makes no difference AFAICS.=