From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84156 invoked by alias); 12 Dec 2019 09:32:54 -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 84147 invoked by uid 89); 12 Dec 2019 09:32:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:681, 0200 X-HELO: mail-vs1-f49.google.com Received: from mail-vs1-f49.google.com (HELO mail-vs1-f49.google.com) (209.85.217.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Dec 2019 09:32:53 +0000 Received: by mail-vs1-f49.google.com with SMTP id x18so1073016vsq.4 for ; Thu, 12 Dec 2019 01:32:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=e8T0zrGHhUbvZOavftl4w2oPVMgAFEOnsHpZAMHrZYA=; b=Th4cgvbuxQyYOEf3Addw5uxeYH4yXp4ESgiQv+nCFvoYvucEpYWBNODCL4UFLREToZ TKRBmvwrIn6ZXho0rmijJBWrIDH9+lLWFz/HJ8NTgI1TMxkcA7gBD064qN1FFA7nTajH dz9n5/+PEg/JF1fME3nvKXnGGirq4uZ8O3HIfBv46aWp6/okBUHr8npQwqsbOwcrzIdf C2efhGuIbjnByzjH26QYGhNwxoIcgRaqAe8324SMk0K/0frt/+sV1m8LBKWQjtOGqdpL hvt0YKlSXxHvVjIT+ui97YoD6sA4t8V/cGSpHNtM6GXKJVCx6USFXeY6GZCWFV9XhgtS iYNA== MIME-Version: 1.0 References: <20191209095229.5572-1-claziss@gmail.com> In-Reply-To: From: Claudiu Zissulescu Ianculescu Date: Thu, 12 Dec 2019 09:32:00 -0000 Message-ID: Subject: Re: [PATCH] [ARC] Use hardware support for double-precision compare instructions. To: Jeff Law Cc: gcc-patches@gcc.gnu.org, "claziss@gmail.com" , Andrew Burgess , Vineet Gupta Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00854.txt.bz2 Thank you for your review. Patch pushed to mainline and gcc9 branch. //Claudiu On Wed, Dec 11, 2019 at 8:59 PM Jeff Law wrote: > > On Mon, 2019-12-09 at 11:52 +0200, Claudiu Zissulescu wrote: > > Although the FDCMP (the double precision floating point compare > > instruction) is added to the compiler, it is not properly used via > > cstoredi pattern. Fix it. > > > > OK to apply? > > Claudidu > > > > xxxx-xx-xx Claudiu Zissulescu > > > > * config/arc/arc.md (iterator SDF): Check TARGET_FP_DP_BASE. > > (cstoredi4): Use TARGET_HARD_FLOAT. > OK > jeff >