From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28182 invoked by alias); 2 Oct 2002 22:39:51 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 28153 invoked from network); 2 Oct 2002 22:39:48 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 2 Oct 2002 22:39:48 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id g92Mdms04098 for ; Wed, 2 Oct 2002 15:39:48 -0700 (PDT) Received: from scv1.apple.com (scv1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Wed, 2 Oct 2002 15:39:40 -0700 Received: from johada5 (johada5.apple.com [17.201.20.185]) by scv1.apple.com (8.11.3/8.11.3) with ESMTP id g92Mdlb20589; Wed, 2 Oct 2002 15:39:47 -0700 (PDT) Date: Wed, 02 Oct 2002 16:57:00 -0000 Subject: Re: RFAdvice - a couple of old lost Altivec patches Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v543) Cc: Dale Johannesen , gcc@gcc.gnu.org To: Zack Weinberg From: Dale Johannesen In-Reply-To: <20021002223338.GA6772@codesourcery.com> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00124.txt.bz2 On Wednesday, October 2, 2002, at 03:33 PM, Zack Weinberg wrote: > I've been going through a customer's old 2.95+Altivec tree trying to > bring them up to 3.2.... > The other is a bit hairier. The existing easy_vector_constant() > routine in rs6000.c only considers all-bits-zero easy. The patch adds > a whole bunch more bit patterns that are considered easy - I quote the > code below for reference. This is a clearly desirable feature; the > difficulty is, the routine is written to the old layout of > CONST_VECTOR. I'm having trouble figuring out how to update it for > the new one. Anyone have suggestions? I can do better than that, we have it working. Unfortunately this patch came originally from Motorola (according to my archive search here) and is therefore off limits for FSF, last I heard.