From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 403C33858422; Thu, 22 Sep 2022 20:03:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 403C33858422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663876997; bh=eN9I8BwfEcWFfeB/MQj5ujgia6+M+xn9WRGlxcPxOwY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HoWCAw5JeieQFZQIewqkSalSy1AidIp1lQ9xvOvk2J9+GdlMsVZ1EeIGg5tEoOVO3 w0Z1T4kce1OAAXytFDq0MLBuuWmZb9BPItUS3B77E0bzsDkQk0ceMoDd7G9kcT2/pL PRBfI8uWstHRj4z0cO8Yh6nWuJVgig+0BDr6PdK4= From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107009] [13 Regression] massive unnecessary code blowup in vectorizer Date: Thu, 22 Sep 2022 20:03:17 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh 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: 13.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=3D107009 --- Comment #2 from Aldy Hernandez --- (In reply to Marek Polacek from comment #1) > Looks like it was caused by r13-1268-g8c99e307b20c50: >=20 > commit 8c99e307b20c502e55c425897fb3884ba8f05882 > Author: Aldy Hernandez > Date: Sat Jun 25 18:58:02 2022 -0400 >=20 > Convert DOM to use Ranger rather than EVRP Note that this patch is usually a red herring. It makes DOM smarter by improving its copy propagation and threading capabilities. And when DOM is done, it will export whatever global ranges it discovered to other passes. = Any number of these things could cause the vectorizer to make different decisio= ns. I'll take a look tomorrow though.=