From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24216 invoked by alias); 17 Apr 2014 03:27:50 -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 24205 invoked by uid 89); 17 Apr 2014 03:27:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f182.google.com Received: from mail-vc0-f182.google.com (HELO mail-vc0-f182.google.com) (209.85.220.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 17 Apr 2014 03:27:48 +0000 Received: by mail-vc0-f182.google.com with SMTP id ib6so11566979vcb.41 for ; Wed, 16 Apr 2014 20:27:46 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.58.1.97 with SMTP id 1mr5406265vel.23.1397705266614; Wed, 16 Apr 2014 20:27:46 -0700 (PDT) Received: by 10.220.11.5 with HTTP; Wed, 16 Apr 2014 20:27:46 -0700 (PDT) In-Reply-To: <534EED66.1080303@linux.vnet.ibm.com> References: <53448F22.6000309@linux.vnet.ibm.com> <20140409025635.GA22176@gate.crashing.org> <534EED66.1080303@linux.vnet.ibm.com> Date: Thu, 17 Apr 2014 03:34:00 -0000 Message-ID: Subject: Re: [PATCH, rs6000] Improve TImode add/sub From: David Edelsohn To: Pat Haugen Cc: Segher Boessenkool , GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-04/txt/msg00956.txt.bz2 On Wed, Apr 16, 2014 at 4:51 PM, Pat Haugen wrote: > Updated patch with above comments incorporated. Bootstrap/regtest on BE/LE > with no new regressions. Ok for trunk? 2014-04-08 Pat Haugen * config/rs6000/rs6000.md (addti3, subti3): New. gcc/testsuite: * gcc.target/powerpc/ti_math1.c: New. * gcc.target/powerpc/ti_math2.c: New. Okay. Thanks, David