From patchwork Tue Nov 26 21:46:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Stump X-Patchwork-Id: 294428 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3BA8B2C00A3 for ; Wed, 27 Nov 2013 08:46:35 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; q=dns; s= default; b=pmPVF7l5uUBUtVzISGsowahs7zcmjUMwK8EMzGDUudGF1ROUj0f6z GSD/E1E3wweF81HsXUcWOc5COzSL5FbBEf1JT8kdUvxDUOu+C3Le5rqEid6ZLyZj UGyk/Ke6UZcLk5xErn/PxHWBuniLOZrZAyA2aXEj2vTSEnukmNMzYo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=default; bh=6+H3lZaDC93Wt94ge1pJvnHClJE=; b=LkL6Oh2ZPqyFXT7HRtvpy3r2hB1d PIz4CY1kuWJDsDgl9q1rQtyzpCYBqirnEoGiquccjWI5Iy/XH4ZWXDAH2VGXnNEj nNbkYN8NVso6NP1iWIAdC5OFq/qcOFL9BXxcoK/q1uL3o5iAyYhNjdJ7Wgft40Xb wvtySirFYTYc8a4= Received: (qmail 20594 invoked by alias); 26 Nov 2013 21:46:26 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 20583 invoked by uid 89); 26 Nov 2013 21:46:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL, BAYES_50, FREEMAIL_FROM, RDNS_NONE, SPF_PASS, URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: qmta03.emeryville.ca.mail.comcast.net Received: from Unknown (HELO qmta03.emeryville.ca.mail.comcast.net) (76.96.30.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Nov 2013 21:46:25 +0000 Received: from omta22.emeryville.ca.mail.comcast.net ([76.96.30.89]) by qmta03.emeryville.ca.mail.comcast.net with comcast id uFAH1m00c1vN32cA3MmHZl; Tue, 26 Nov 2013 21:46:17 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta22.emeryville.ca.mail.comcast.net with comcast id uMmG1m00W0BKwT48iMmHtj; Tue, 26 Nov 2013 21:46:17 +0000 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: wide-int, rs6000 From: Mike Stump In-Reply-To: Date: Tue, 26 Nov 2013 13:46:16 -0800 Cc: Kenneth Zadeck , GCC Patches Message-Id: <4291D841-6C2D-4D42-8E29-BEF36916F8E5@comcast.net> References: <42DC4C50-3430-4A2E-914C-FEC7A0DB7DEB@comcast.net> To: David Edelsohn X-IsSubscribed: yes On Nov 25, 2013, at 12:03 PM, David Edelsohn wrote: > 2) non_logical_cint_operand changed const_double to const_wide_int, it > did not add the additional CODE. Mike explained why in a private > conversation, but the ChangeLog should be corrected. Index: gcc/ChangeLog.wide-int =================================================================== --- gcc/ChangeLog.wide-int (revision 205414) +++ gcc/ChangeLog.wide-int (working copy) @@ -68,9 +68,9 @@ * config/rs6000/predicates.md (any_operand): Add const_wide_int. (zero_constant): Likewise. - (non_logical_cint_operand): Likewise. (input_operand): Likewise. (splat_input_operand): Likewise. + (non_logical_cint_operand): Change const_double to const_wide_int. * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT. (easy_altivec_constant): Remove comment.