From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16225 invoked by alias); 13 Oct 2014 22:47:42 -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 16216 invoked by uid 89); 13 Oct 2014 22:47:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FREEMAIL_REPLY,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-oi0-f52.google.com Received: from mail-oi0-f52.google.com (HELO mail-oi0-f52.google.com) (209.85.218.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 13 Oct 2014 22:47:41 +0000 Received: by mail-oi0-f52.google.com with SMTP id a3so14638395oib.39 for ; Mon, 13 Oct 2014 15:47:39 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.161.115 with SMTP id xr19mr1268605oeb.8.1413240459047; Mon, 13 Oct 2014 15:47:39 -0700 (PDT) Received: by 10.76.104.231 with HTTP; Mon, 13 Oct 2014 15:47:39 -0700 (PDT) In-Reply-To: References: <1413153962-2519-1-git-send-email-jcmvbkbc@gmail.com> <1413153962-2519-3-git-send-email-jcmvbkbc@gmail.com> Date: Tue, 14 Oct 2014 00:16:00 -0000 Message-ID: Subject: Re: [PATCH 2/2] xtensa: use pre- and postincrement FP load/store when available From: Max Filippov To: "augustine.sterling@gmail.com" Cc: "gcc-patches@gcc.gnu.org" , Marc Gauthier Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg01205.txt.bz2 On Mon, Oct 13, 2014 at 8:04 PM, augustine.sterling@gmail.com wrote: > On Sun, Oct 12, 2014 at 3:46 PM, Max Filippov wrote: >> 2014-10-10 Max Filippov >> >> gcc/ >> * config/xtensa/xtensa.h (TARGET_HARD_FLOAT_POSTINC): new macro. >> * config/xtensa/xtensa.md (*lsiu, *ssiu): add dependency on >> !TARGET_HARD_FLOAT_POSTINC. >> (*lsip, *ssip): new instructions. > > Approved. Do you have write priviliges? I don't, will request. -- Thanks. -- Max