From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C85023858403; Mon, 22 Jul 2024 22:29:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C85023858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1721687363; bh=mo/FA+ldtR4o4bPejgg5f2LmosS2ebWY+bEiucYy83w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fzSXh1TM4Njd8Y33nSok+Ukrh4VuGXj0Qyq2SeXdTmNdKJQrD6xGc3plWmYAt04Qw BdLcGScqqTv4p+FbfQocGJyVbB9WqDbwd52FlxnJlroL6tg72itV2uwFH0RCRih/Pl 6lF4WX7o3UseI7X9dWuBqUjOEoAVb06ZvSD4oa/Q= From: "thiago.bauermann at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/116010] [15 regression] vectorization regressions on arm and aarch64 since r15-491-gc290e6a0b7a9de Date: Mon, 22 Jul 2024 22:29:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: needs-bisection, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: thiago.bauermann at linaro dot 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: 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=3D116010 --- Comment #4 from Thiago Jung Bauermann --- (In reply to Richard Biener from comment #2) > The gfortran.dg/vect/vect-8.f90 testcase is incredibly bad because it has= so > many loops that are or are not vectorized. It should ideally be split up. >=20 > But I think the blame is incorrect, the test uses > -fno-tree-loop-distribute-patterns and thus isn't effected by the rev in > question. Today I confirmed the git bisect by reverting commit c290e6a0b7a9 from toda= y's trunk (commit 88d16194d0c8 at the time of my test), and observing that this makes gfortran.dg/vect/vect-8.f90 pass again. The commit influences the testcase somehow. > As Andrew says the fix for the other regression is trivial, I'm leaving t= hat > to ARM folks as an exercise. If that is the case, I will be happy to post a patch to the mailing list.=