From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29828 invoked by alias); 29 Jun 2011 23:19:15 -0000 Received: (qmail 29817 invoked by uid 22791); 29 Jun 2011 23:19:15 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from out4.smtp.messagingengine.com (HELO out4.smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Jun 2011 23:19:01 +0000 Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.messagingengine.com (Postfix) with ESMTP id 15667212C0; Wed, 29 Jun 2011 19:19:01 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute4.internal (MEProxy); Wed, 29 Jun 2011 19:19:01 -0400 Received: from [192.168.1.43] (unknown [190.42.20.242]) by mail.messagingengine.com (Postfix) with ESMTPSA id 52A8E445220; Wed, 29 Jun 2011 19:19:00 -0400 (EDT) Message-ID: <4E0BB2E4.1010502@grosser.es> Date: Thu, 30 Jun 2011 02:15:00 -0000 From: Tobias Grosser User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9pre) Gecko/20100802 Lightning/1.0b2 Lanikai/3.1.2pre MIME-Version: 1.0 To: Sebastian Pop CC: gcc-patches@gcc.gnu.org, rguenther@suse.de Subject: Re: [PATCH 5/6] Compute the type of the IV based only on the CLAST bounds. References: <1309368922-25238-1-git-send-email-sebpop@gmail.com> <1309368922-25238-6-git-send-email-sebpop@gmail.com> In-Reply-To: <1309368922-25238-6-git-send-email-sebpop@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-06/txt/msg02315.txt.bz2 On 06/29/2011 12:35 PM, Sebastian Pop wrote: > 2011-06-29 Sebastian Pop > > * graphite-clast-to-gimple.c (compute_bounds_for_level): Removed. > (compute_type_for_level): Removed. > (clast_get_body_of_loop): Removed. > (gcc_type_for_iv_of_clast_loop): Removed. > (graphite_create_new_loop): Use max_precision_type. Compute the type > of the IV based only on the CLAST bounds. > (translate_clast_for_loop): Do not pass level to > graphite_create_new_loop. This one looks also OK.