From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25674 invoked by alias); 25 Mar 2011 05:24:43 -0000 Received: (qmail 25664 invoked by uid 22791); 25 Mar 2011 05:24:42 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_CF X-Spam-Check-By: sourceware.org Received: from mail-iw0-f175.google.com (HELO mail-iw0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Mar 2011 05:24:38 +0000 Received: by iwn10 with SMTP id 10so915359iwn.20 for ; Thu, 24 Mar 2011 22:24:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.168.6 with SMTP id u6mr634733icy.46.1301030677858; Thu, 24 Mar 2011 22:24:37 -0700 (PDT) Received: by 10.42.5.75 with HTTP; Thu, 24 Mar 2011 22:24:37 -0700 (PDT) In-Reply-To: References: <20110324114703.GA14924@nightcrawler> Date: Fri, 25 Mar 2011 05:24:00 -0000 Message-ID: Subject: Re: [PATCH] use cfglayout mode for instatiate_virtual_regs From: "H.J. Lu" To: Nathan Froyd Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-03/txt/msg01708.txt.bz2 On Thu, Mar 24, 2011 at 9:11 PM, H.J. Lu wrote: > On Thu, Mar 24, 2011 at 4:47 AM, Nathan Froyd = wrote: >> As $SUBJECT suggests. =A0The patch looks much bigger than it actually is >> due to re-indentation. >> >> Tested on x86_64-unknown-linux-gnu. =A0OK to commit? Did you run -m32 tests on Linux/x86-64? Many 32bit tests failed on Linux/x8= 6-64: http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02419.html >> >> -Nathan >> >> =A0 =A0 =A0 =A0* function.c (instantiate_virtual_regs): Use FOR_EACH_BB = and >> =A0 =A0 =A0 =A0FOR_BB_INSNS_SAFE to iterate through insns. =A0Re-indent. >> =A0 =A0 =A0 =A0* passes.c (init_optimization_passes): Move >> =A0 =A0 =A0 =A0pass_instantiate_virtual_regs after pass_into_cfg_layout_= mode. >> > > This caused: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D48282 > --=20 H.J.