From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28165 invoked by alias); 6 Jul 2011 18:13:31 -0000 Received: (qmail 28156 invoked by uid 22791); 6 Jul 2011 18:13:31 -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; Wed, 06 Jul 2011 18:13:15 +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 p66ID6Tf030465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 6 Jul 2011 14:13:06 -0400 Received: from anchor.twiddle.net (vpn-224-25.phx2.redhat.com [10.3.224.25]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p66ID53P024169; Wed, 6 Jul 2011 14:13:05 -0400 Message-ID: <4E14A5B0.6060106@redhat.com> Date: Wed, 06 Jul 2011 18:25: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: [7/11] rtl optimizer changes References: <4E0E0310.60406@codesourcery.com> <4E0E0575.7000901@codesourcery.com> In-Reply-To: <4E0E0575.7000901@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/msg00382.txt.bz2 On 07/01/2011 10:35 AM, Bernd Schmidt wrote: > * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION > instead of GET_MODE_BITSIZE where appropriate. > * rtlanal.c (subreg_lsb_1, subreg_get_info, nonzero_bits1, > num_sign_bit_copies1, canonicalize_condition, low_bitmask_len, > init_num_sign_bit_copies_in_rep): Likewise. > * cse.c (fold_rtx, cse_insn): Likewise. > * loop-doloop.c (doloop_modify, doloop_optimize): Likewise. > * simplify-rtx.c (simplify_unary_operation_1, > simplify_const_unary_operation, simplify_binary_operation_1, > simplify_const_binary_operation, simplify_ternary_operation, > simplify_const_relational_operation, simplify_subreg): Likewise. > * combine.c (try_combine, find_split_point, combine_simplify_rtx, > simplify_if_then_else, simplify_set, expand_compound_operation, > expand_field_assignment, make_extraction, if_then_else_cond, > make_compound_operation, force_to_mode, make_field_assignment, > reg_nonzero_bits_for_combine, reg_num_sign_bit_copies_for_combine, > extended_count, try_widen_shift_mode, simplify_shift_const_1, > simplify_comparison, record_promoted_value, simplify_compare_const, > record_dead_and_set_regs_1): Likewise. Ok. r~