From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29757 invoked by alias); 7 May 2008 09:01:17 -0000 Received: (qmail 29740 invoked by uid 22791); 7 May 2008 09:01:16 -0000 X-Spam-Check-By: sourceware.org Received: from province.act-europe.fr (HELO province.act-europe.fr) (212.99.106.214) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 May 2008 09:00:59 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-province.act-europe.fr (Postfix) with ESMTP id CD13D1678FF; Wed, 7 May 2008 11:00:56 +0200 (CEST) Received: from province.act-europe.fr ([127.0.0.1]) by localhost (province.act-europe.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Op9W5oG3+Ey; Wed, 7 May 2008 11:00:56 +0200 (CEST) Received: from cardhu.act-europe.fr (cardhu.act-europe.fr [10.10.0.168]) by province.act-europe.fr (Postfix) with ESMTP id 98E581678FB; Wed, 7 May 2008 11:00:56 +0200 (CEST) Received: by cardhu.act-europe.fr (Postfix, from userid 546) id D27271C9; Wed, 7 May 2008 11:00:53 +0200 (CEST) Date: Wed, 07 May 2008 12:19:00 -0000 From: Olivier Hainque To: gdb-patches@sourceware.org Cc: hainque@adacore.com Subject: Re: [PATCH] fix altivec/vperm sim for source/destination overlaps Message-ID: <20080507090050.GA30739@cardhu.act-europe.fr> References: <20080505151542.GA21383@cardhu.act-europe.fr> <20080506184526.GA3096@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080506184526.GA3096@caradoc.them.org> User-Agent: Mutt/1.4.1i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00259.txt.bz2 Daniel Jacobowitz wrote: > > * ppc/altivec.igen (vperm): Latch inputs into temporaries. > > Thanks, this is OK. Thanks for the fast review :) Olivier