From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0149D393BC03; Mon, 16 Aug 2021 09:56:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0149D393BC03 From: "rguenther at suse dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/101909] 73% regression on tfft benchmark for -O2 -ftree-loop-vectorize compared to -O2 on zen hardware Date: Mon, 16 Aug 2021 09:56: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: 12.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenther at suse dot de 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: --- 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: Mon, 16 Aug 2021 09:56:24 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101909 --- Comment #4 from rguenther at suse dot de --- On Mon, 16 Aug 2021, marxin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101909 >=20 > Martin Li=C5=A1ka changed: >=20 > What |Removed |Added > -------------------------------------------------------------------------= --- > CC| |marxin at gcc dot gnu.org >=20 > --- Comment #3 from Martin Li=C5=A1ka --- > (In reply to Jan Hubicka from comment #2) > > > So that's znver1 (split AVX IIRC) compared to znver2? > > Martin will know how to decode machine names. I am never sure. > > It is with generic, so split AVX does not make difference. > >=20 > > Honza >=20 > zenith: > https://lnt.opensuse.org/db_default/v4/SPEC/machine/376 >=20 > benzen: > https://lnt.opensuse.org/db_default/v4/SPEC/machine/393 So indeed zenith is znver1 and benzen znver2. But yeah, with generic -O2 we don't use AVX.=