From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8EF323858D3C; Mon, 24 Apr 2023 09:53:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8EF323858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682330012; bh=oew8Q4n1PRWZ8qJwtUQ2caMyUxD0PgzZrbJXugpElkQ=; h=From:To:Subject:Date:From; b=vsYbVo/u5lUFY9bE9QKmglg1xNNHBFrq+yWTM5NW9nqsHphDLleYoj8SPC5iKXBfw vM7XBbms3qcRELVbOW7PUApvHuW9L1FokpqBDyXl+d9vwSYKHhi7dFhWcGgLPqjymU d6r3dvljRpuc87WAJ+FL7Wa/X1uDrn5JvgKjK/o8= From: "hubicka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109605] New: -fno-tree-vectorize does not disable vectorizer Date: Mon, 24 Apr 2023 09:53:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: hubicka 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D109605 Bug ID: 109605 Summary: -fno-tree-vectorize does not disable vectorizer Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: hubicka at gcc dot gnu.org Target Milestone: --- -ftree-vectorize enables -ftree-slp-vectorize and -ftree-loop-vectorize how= ever -fno-tree-vectorize does not disable them. This is quite counter-intuitive= and at least I got caught in this trap while doing some benchmarking.=