From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111140 invoked by alias); 21 Sep 2015 20:39:53 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 111113 invoked by uid 89); 21 Sep 2015 20:39:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f49.google.com Received: from mail-qg0-f49.google.com (HELO mail-qg0-f49.google.com) (209.85.192.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 21 Sep 2015 20:39:51 +0000 Received: by qgt47 with SMTP id 47so100337880qgt.2 for ; Mon, 21 Sep 2015 13:39:49 -0700 (PDT) X-Received: by 10.140.216.202 with SMTP id m193mr27378505qhb.30.1442867989071; Mon, 21 Sep 2015 13:39:49 -0700 (PDT) Received: from ?IPv6:2601:181:c000:c497:a2a8:cdff:fe3e:b48? ([2601:181:c000:c497:a2a8:cdff:fe3e:b48]) by smtp.googlemail.com with ESMTPSA id n17sm10541891qhb.29.2015.09.21.13.39.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Sep 2015 13:39:48 -0700 (PDT) Subject: Re: New post-LTO OpenACC pass To: Cesar Philippidis , Jakub Jelinek References: <560030A9.5020705@acm.org> <560068D0.1050308@codesourcery.com> Cc: GCC Patches From: Nathan Sidwell Message-ID: <56006B13.1060004@acm.org> Date: Mon, 21 Sep 2015 21:15:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <560068D0.1050308@codesourcery.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-09/txt/msg01610.txt.bz2 On 09/21/15 16:30, Cesar Philippidis wrote: > On 09/21/2015 09:30 AM, Nathan Sidwell wrote: > >> +const pass_data pass_data_oacc_transform = >> +{ >> + GIMPLE_PASS, /* type */ >> + "fold_oacc_transform", /* name */ > > Want to rename the tree dump file to oacc_xforms like I'm did in the > attached patch? Regardless, I think we need to document this flag in > invoke.texi. Thanks for noticing the missing doc. I'm not attached to any particular name. 'fold_oacc_transform' is rather generic, and a bit of a mouthful. Perhaps 'oacclower', 'oaccdevlower' or something (I see there's 'lateomplower' for guidance) nathan