From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E5111396EC80; Thu, 7 Jan 2021 14:26:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5111396EC80 From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/98544] [11 regression] Wrong code generated by tree vectorizer since r11-3917-g28290cb50c7dbf87 Date: Thu, 07 Jan 2021 14:26:37 +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: 11.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2021 14:26:38 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98544 --- Comment #6 from Martin Li=C5=A1ka --- (In reply to Richard Biener from comment #5) > (In reply to Martin Li=C5=A1ka from comment #3) > > For g++ bug2.cc -std=3Dc++17 -O1 -mavx -ftree-loop-vectorize, it start= ed with > > r11-3917-g28290cb50c7dbf87. >=20 > Are you sure about this bisection? Yes, it's correct. I've just verified that. > Reverting this doesn't fix the issue > (reversion isn't quite easy since split_constant_offset has undergone qui= te > some refactoring meanwhile). I'm gonna bisect until when the reversion worked on the trunk.=