From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27348 invoked by alias); 25 Apr 2007 15:11:13 -0000 Received: (qmail 27340 invoked by uid 22791); 25 Apr 2007 15:11:13 -0000 X-Spam-Check-By: sourceware.org Received: from outbound-blu.frontbridge.com (HELO outbound6-blu-R.bigfish.com) (65.55.251.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Apr 2007 16:11:08 +0100 Received: from outbound6-blu.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound6-blu-R.bigfish.com (Postfix) with ESMTP id 8362A108A861; Wed, 25 Apr 2007 15:11:06 +0000 (UTC) Received: from mail106-blu-R.bigfish.com (unknown [10.1.252.3]) by outbound6-blu.bigfish.com (Postfix) with ESMTP id 7A2CFBE8048; Wed, 25 Apr 2007 15:11:06 +0000 (UTC) Received: from mail106-blu (localhost.localdomain [127.0.0.1]) by mail106-blu-R.bigfish.com (Postfix) with ESMTP id 281774783EE; Wed, 25 Apr 2007 15:11:06 +0000 (UTC) X-BigFish: VP Received: by mail106-blu (MessageSwitch) id 1177513864194264_845; Wed, 25 Apr 2007 15:11:04 +0000 (UCT) Received: from ausb3extmailp02.amd.com (rebel3.amd.com [163.181.251.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail106-blu.bigfish.com (Postfix) with ESMTP id E08061C4808A; Wed, 25 Apr 2007 15:11:02 +0000 (UTC) Received: from SAUSGW02.amd.com (sausgw02.amd.com [163.181.250.22]) by ausb3extmailp02.amd.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id l3PFAw0W012755; Wed, 25 Apr 2007 10:11:01 -0500 Received: from 163.181.22.102 by SAUSGW01.amd.com with ESMTP (AMD SMTP Relay (Email Firewall v6.1.0)); Wed, 25 Apr 2007 10:10:48 -0500 X-Server-Uuid: 8C3DB987-180B-4465-9446-45C15473FD3E Received: from SAUSEXMB3.amd.com ([163.181.22.202]) by sausexbh2.amd.com with Microsoft SMTPSVC(6.0.3790.2499); Wed, 25 Apr 2007 10:10:45 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: [patch] Vectorizer cost model implementation Date: Wed, 25 Apr 2007 15:37:00 -0000 Message-ID: In-Reply-To: From: "Jagasia, Harsha" To: "Dorit Nuzman" cc: "GCC Patches" , "Meissner, Michael" , "Linthicum, Tony" X-WSS-ID: 6A31B0FF20G393190-13-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable 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: 2007-04/txt/msg01710.txt.bz2 >you mean to do the following, right?: > > if (!LOOP_VINFO_NITERS_KNOWN_P (loop_vinfo) > || LOOP_VINFO_INT_NITERS (loop_vinfo) % vectorization_factor !=3D 0 >) > vec_outside_cost +=3D 2*TARG_COND_BRANCH_COST; Yes. Thanks, Harsha