From patchwork Sun Aug 18 10:59:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1148834 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-507190-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="PneWhneU"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46BDbs06vhz9s4Y for ; Sun, 18 Aug 2019 21:00:06 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=UKp662K6QzrNe1V9 IgOkLDlVc6nwvIr7YLbHf4vAXrFrJOeQI9/Ah66/owlMi2N8V1sPvH6qscC3raHj lPLEvmc5Ii7QlgcopcJ6sxVNqPRwW8pgHvKQSr/OMWVXzMXDrb3XDm854JXE9EKh OyKPxxLNuI8Qblg99wSgFyil+uE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=GDBmRaYlSLbMGclj87a8R1 gh0Bg=; b=PneWhneUgcC6oje3L9GTiskbvpjb8EFiv9DPTbGARTNgHL/IJHD23P G3+6kEjNVmZYOdHCs/K0EeLNXgyFQ4LNUVHEq0CLNEkZc1+OHoAAutB+NsHG1efR s7+HCY8FAR1cJdzsjqhuZ/g/cCdNhkoWgjYl5Lil3+W6dYdl9kgNE= Received: (qmail 5272 invoked by alias); 18 Aug 2019 10:59:31 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 5253 invoked by uid 89); 18 Aug 2019 10:59:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=css, interest X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 18 Aug 2019 10:59:29 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 7546A33DF3; Sun, 18 Aug 2019 06:59:28 -0400 (EDT) Received: from anthias (unknown [178.114.243.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 75B0E33DF1; Sun, 18 Aug 2019 06:59:27 -0400 (EDT) Date: Sun, 18 Aug 2019 12:59:51 +0200 (CEST) From: Gerald Pfeifer To: Jonathan Wakely cc: "Kay F. Jahnke" , Andrew Haley , Kyrill Tkachov , gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [wwwdocs PATCH] for Re: autovectorization in gcc In-Reply-To: Message-ID: References: <41ea83cd-0ce8-4f25-35e5-888513d69c7b@gmail.com> <5C35C2C2.1050106@foss.arm.com> <2721bb39-ee4b-0202-d81d-e0b36d2059fa@redhat.com> MIME-Version: 1.0 X-IsSubscribed: yes On Thu, 10 Jan 2019, Jonathan Wakely wrote: >> [ https://gcc.gnu.org/projects/tree-ssa/vectorization.html ] > I'm not disputing that there could be better documentation, but that > page is not the place to find it. That page should probably get a > notice added saying that the project is complete and that the page is > now only of historical interest. Like this? ;-) Committed. Gerald Index: projects/tree-ssa/vectorization.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/vectorization.html,v retrieving revision 1.42 diff -u -r1.42 vectorization.html --- projects/tree-ssa/vectorization.html 30 Sep 2018 14:38:57 -0000 1.42 +++ projects/tree-ssa/vectorization.html 18 Aug 2019 10:55:46 -0000 @@ -2,15 +2,17 @@ - Auto-vectorization in GCC +Auto-vectorization in GCC

Auto-vectorization in GCC

-

The goal of this project is to develop a loop and basic block vectorizer in - GCC, based on the tree-ssa framework.

+

The goal of this project was to develop a loop and basic block + vectorizer in GCC, based on the tree-ssa framework. + It has been completed and the functionality has been part of GCC + for years.

Table of Contents