From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79424 invoked by alias); 21 May 2015 11:32:13 -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 79413 invoked by uid 89); 21 May 2015 11:32:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 May 2015 11:32:11 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YvOhr-0001oG-3S from Bernd_Schmidt@mentor.com ; Thu, 21 May 2015 04:32:07 -0700 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.3.224.2; Thu, 21 May 2015 12:32:05 +0100 Message-ID: <555DC226.3070903@codesourcery.com> Date: Thu, 21 May 2015 11:57:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Thomas Schwinge , Jakub Jelinek , CC: Richard Sandiford Subject: Re: [nvptx] Re: Mostly rewrite genrecog References: <87egn5yis1.fsf@e105548-lin.cambridge.arm.com> <871tisvk4q.fsf@kepler.schwinge.homeip.net> <20150507091437.GG1751@tucnak.redhat.com> <87vbfmh09h.fsf@schwinge.name> In-Reply-To: <87vbfmh09h.fsf@schwinge.name> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-05/txt/msg01943.txt.bz2 On 05/21/2015 09:12 AM, Thomas Schwinge wrote: > > OK to commit? > > gcc/ > * config/nvptx/nvptx.md (allocate_stack): Rename to... > (allocate_stack_): ... this, and add :P on both > match_operand and unspec. > (allocate_stack): New expander. If you really want to. It doesn't work yet in ptxas so it's a little pointless to spend effort on it. Bernd