From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 850 invoked by alias); 16 Oct 2011 14:39:40 -0000 Received: (qmail 840 invoked by uid 22791); 16 Oct 2011 14:39:40 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Oct 2011 14:39:25 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id p9GEdNqY063643 ; Sun, 16 Oct 2011 16:39:23 +0200 (CEST) X-Envelope-To: gcc-patches@gcc.gnu.org Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 7AD9F3BE0A; Sun, 16 Oct 2011 16:39:23 +0200 (CEST) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qd-T8uiyaYBd; Sun, 16 Oct 2011 16:39:23 +0200 (CEST) Received: by mailhost.lps.ens.fr (Postfix, from userid 8513) id 687ED3BE18; Sun, 16 Oct 2011 16:39:23 +0200 (CEST) Date: Sun, 16 Oct 2011 18:33:00 -0000 To: gcc-patches@gcc.gnu.org Cc: rth@redhat.com Subject: Re: Use VEC_PERM_EXPR in the vectorizer User-Agent: Heirloom mailx 12.4pre 6/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20111016143923.687ED3BE18@mailhost.lps.ens.fr> From: dominiq@lps.ens.fr (Dominique Dhumieres) 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-10/txt/msg01431.txt.bz2 > Tested on x86_64-linux, --with-cpu=corei7 and ppc64-linux, --with-cpu=G5. > > Committed. This may have caused http://gcc.gnu.org/ml/gcc-bugs/2011-10/msg01534.html Dominique