From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18815 invoked by alias); 5 Jul 2011 19:19:53 -0000 Received: (qmail 18801 invoked by uid 22791); 5 Jul 2011 19:19:52 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Jul 2011 19:19:38 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p65JJUu4009502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 5 Jul 2011 15:19:30 -0400 Received: from anchor.twiddle.net (vpn-239-240.phx2.redhat.com [10.3.239.240]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p65JJTLj031269; Tue, 5 Jul 2011 15:19:30 -0400 Message-ID: <4E1363C1.9060100@redhat.com> Date: Tue, 05 Jul 2011 19:19:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 MIME-Version: 1.0 To: Bernd Schmidt CC: GCC Patches Subject: Re: [6/11] Tests for HOST_WIDE_INT representability References: <4E0E0310.60406@codesourcery.com> <4E0E0521.7020805@codesourcery.com> In-Reply-To: <4E0E0521.7020805@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-07/txt/msg00304.txt.bz2 On 07/01/2011 10:34 AM, Bernd Schmidt wrote: > * machmode.h (HWI_COMPUTABLE_MODE_P): New macro. > * combine.c (set_nonzero_bits_and_sign_copies): Use it. > (find_split-point, combine_simplify_rtx, simplify_if_then_else, > simplify_set, simplify_logical, expand_compound_operation, > make_extraction, force_to_mode, if_then_else_cond, extended_count, > try_widen_shift_mode, simplify_shift_const_1, simplify_comparison, > record_value_for_reg): Likewise. > * expmed.c (expand_widening_mult, expand_mult_highpart): Likewise. > * simplify-rtx. c (simplify_unary_operation_1, > simplify_binary_operation_1, simplify_const_relational_operation): > Likewise. Ok. r~