From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D7963858D28; Wed, 20 Mar 2024 17:23:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D7963858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710955424; bh=zwFSxfTQ5yeUgX7JJEZDDctCWgi36nAoAqD2hiRUJ30=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FqnZNzeLwfXAH6+byQftj3SKE1ia8zUrFlUaQCucCA5sUReLODE8qHeYzTnPGbKCq n2YU8tNEvpQU/y7Cp1MvpF5s3BUkJ+p8BmsaMckiLmcgdW//PZOUADmJRzXi2GTRiP duAP8Z3sAvvv71cFmpj8VUbtnyhewbJVGRlam5Ow= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114403] [14 regression] LLVM miscompiled with -O3 -march=znver2 -fno-vect-cost-model since r14-6822-g01f4251b8775c8 Date: Wed, 20 Mar 2024 17:23:43 +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: 14.0 X-Bugzilla-Keywords: needs-bisection, needs-reduction, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cc 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=3D114403 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[14 regression] LLVM |[14 regression] LLVM |miscompiled with -O3 |miscompiled with -O3 |-march=3Dznver2 |-march=3Dznver2 |-fno-vect-cost-model |-fno-vect-cost-model since | |r14-6822-g01f4251b8775c8 CC| |tnfchris at gcc dot gnu.org --- Comment #3 from Sam James --- r14-6822-g01f4251b8775c8 so far, isolating it is a pain because sometimes llvm-tblgen will segfault during the build (it's built-and-then-run to generate machine descriptions)= .=