From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4749 invoked by alias); 16 Sep 2008 16:24:25 -0000 Received: (qmail 3363 invoked by alias); 16 Sep 2008 16:23:01 -0000 Date: Tue, 16 Sep 2008 16:24:00 -0000 Message-ID: <20080916162301.3362.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/37263] [4.3 Regression] extra code for doloop with unsigned 32bit types on LP64 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-09/txt/msg01905.txt.bz2 ------- Comment #6 from pinskia at gcc dot gnu dot org 2008-09-16 16:23 ------- Subject: Bug 37263 Author: pinskia Date: Tue Sep 16 16:21:35 2008 New Revision: 140395 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140395 Log: 2008-09-16 Andrew Pinski PR middle-end/37263 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Prefer the eliminate IV if the cost are the same. Modified: trunk/gcc/ChangeLog trunk/gcc/tree-ssa-loop-ivopts.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37263