From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13857 invoked by alias); 12 Oct 2004 00:05:09 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 13848 invoked from network); 12 Oct 2004 00:05:07 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Oct 2004 00:05:07 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i9C056iO006742; Mon, 11 Oct 2004 20:05:06 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9C055r21264; Mon, 11 Oct 2004 20:05:06 -0400 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id i9C0530O029969; Mon, 11 Oct 2004 20:05:04 -0400 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10) with ESMTP id i9C053Ug002694; Mon, 11 Oct 2004 17:05:03 -0700 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10/Submit) id i9C053NS002692; Mon, 11 Oct 2004 17:05:03 -0700 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Tue, 12 Oct 2004 00:40:00 -0000 From: Richard Henderson To: Dorit Naishlos Cc: gcc-patches@gcc.gnu.org, mark@codesourcery.com Subject: Re: [patch] vectorizer: fix handling of non VECTOR_MODE_P vectypes Message-ID: <20041012000503.GA2682@redhat.com> Mail-Followup-To: Richard Henderson , Dorit Naishlos , gcc-patches@gcc.gnu.org, mark@codesourcery.com References: <415A7DC5.2000303@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SW-Source: 2004-10/txt/msg00960.txt.bz2 On Tue, Oct 12, 2004 at 12:01:20AM +0200, Dorit Naishlos wrote: > (Ideally build_vector_type would have returned BLKmode rather than TImode; > see machmode.def: "FIXME TI shouldn't be generically available either. *". Not ok. You should be checking VECTOR_MODE_P, not some specific integer mode. Didn't this get fixed already, anyway? r~