From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9C64E385E01E; Thu, 26 Mar 2020 02:45:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9C64E385E01E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585190723; bh=X2fjwGoPdWuMSk6+/a/zmgfZ02LbvKjW3rGAqBLfvn4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kQfs34EXsX1jp/013QdGBCKJEYzbAxO5hTjFPQy7qKHthVGTqnJAxY5CKRKLB7OHd WZve39KLFFC9HDiZMzBJd8v3HZqqcBUGOyDj63CSjlbKwgmCPvKY0HAAC7e+7VDgOv fYV7YOQJaS/S/fQgfbERy6aWshel1ZLfyRoMWGsM= From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94043] [9/10 Regression] ICE in superloop_at_depth, at cfgloop.c:78 Date: Thu, 26 Mar 2020 02:45:23 +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: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: linkw at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.4 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 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, 26 Mar 2020 02:45:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94043 --- Comment #12 from Kewen Lin --- Created attachment 48122 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48122&action=3Dedit ppc64le tested patch Thanks Richi! A patch draft attached to ensure on the right track, also bootstrapped/regresstested. I tried to reproduce the case that the stmts for lane extracting is empty (due to folding) with test cases associated in that old commit but failed. I think we don't need to deal with it? The new copy assignment instead of the phi could not be caught by the LC-PHI check in expand_simple_operations.=