From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DF2963856962; Tue, 13 Sep 2022 05:18:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF2963856962 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663046319; bh=xFZV9UheSpGfZaD+02qYrB0Mi9sdj5w5LNk17q4enzo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aUFXa7jWS39Xf0nZi8U4kAqJ5hO4qQ8BIBdl9eHdF6+pA7zcNU6eIbyX9xXrzVjQd 3mz6ADLDBDg6bdkLlygIbbiX09QD/kuIb5sdUZ/2P/v59Gt76Vuel4UnQjnem6J2nX TI/LBM2nCpyZ1ROF7fxUva11kCQfJPJyuuUdql0Y= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106905] [13 Regression] ia64: ICE in in vect_peel_nonlinear_iv_init, at tree-vect-loop.cc:8412 on zstd-1.5.2 since r13-2503-gc13223b790bbc5 Date: Tue, 13 Sep 2022 05:18:39 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com 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=3D106905 --- Comment #4 from Hongtao.liu --- (In reply to Arseny Solokha from comment #2) > It also can be reproduced for x86_64 when compiling the following testcas= e, > reduced from gcc/testsuite/gcc.target/i386/pr103144-mul-2.c, w/ > -march=3Dsilvermont -O2 -fvect-cost-model=3Ddynamic: >=20 > void > foo_mul_peel (int *a, int b) > { > int i; >=20 > for (i =3D 0; i < 7; ++i) > { > b *=3D 2; > a[i] =3D b; > } > } Thanks for the testcase. I can confirm it's the same issue in #c3=