From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44725 invoked by alias); 2 Oct 2015 10:07:00 -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 44711 invoked by uid 89); 2 Oct 2015 10:06:59 -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,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 02 Oct 2015 10:06:58 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id BD985C04FF81; Fri, 2 Oct 2015 10:06:57 +0000 (UTC) Received: from redhat.com (ovpn-204-77.brq.redhat.com [10.40.204.77]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t92A6rvw001767 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Fri, 2 Oct 2015 06:06:56 -0400 Date: Fri, 02 Oct 2015 10:07:00 -0000 From: Marek Polacek To: Jakub Jelinek Cc: Richard Biener , James Greenhalgh , GCC Patches Subject: Re: [Patch match.pd] Add a simplify rule for x * copysign (1.0, y); Message-ID: <20151002100653.GV6184@redhat.com> References: <1443707835-6888-1-git-send-email-james.greenhalgh@arm.com> <20151001183643.GD28276@tucnak.redhat.com> <20151002090358.GE28276@tucnak.redhat.com> <20151002092711.GF28276@tucnak.redhat.com> <20151002095842.GG28276@tucnak.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151002095842.GG28276@tucnak.redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-10/txt/msg00186.txt.bz2 On Fri, Oct 02, 2015 at 11:58:42AM +0200, Jakub Jelinek wrote: > On Fri, Oct 02, 2015 at 11:45:08AM +0200, Richard Biener wrote: > > > Note, I won't have time to work on this in the near future (OpenMP work > > > still on the plate), so if James (or anyone else?) has time for that, it > > > would be greatly appreciated. > > > > So maybe just open an enhancement bug for now, citing the WRF use. > > PR67815. James, are you interested in this one, or would you prefer if I take it? Marek