From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30142 invoked by alias); 16 Apr 2014 21:35:25 -0000 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 Received: (qmail 30130 invoked by uid 89); 16 Apr 2014 21:35:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 16 Apr 2014 21:35:23 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s3GLZMOX031325 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 16 Apr 2014 17:35:22 -0400 Received: from stumpy.slc.redhat.com (ovpn-113-198.phx2.redhat.com [10.3.113.198]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s3GLZLkf021995; Wed, 16 Apr 2014 17:35:21 -0400 Message-ID: <534EF799.4070005@redhat.com> Date: Wed, 16 Apr 2014 21:35:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Jakub Jelinek , Richard Biener , Kirill Yukhin , Uros Bizjak CC: gcc-patches@gcc.gnu.org Subject: Re: Patch ping References: <20140113080711.GS892@tucnak.redhat.com> In-Reply-To: <20140113080711.GS892@tucnak.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00943.txt.bz2 On 01/13/14 01:07, Jakub Jelinek wrote: > Hi! > > I'd like to ping 2 patches: > > http://gcc.gnu.org/ml/gcc-patches/2014-01/msg00140.html > - Ensure GET_MODE_{SIZE,INNER,NUNITS} (const) is constant rather than > memory load after optimization (I'd like to keep the current > patch for the reasons mentioned there, but also add this patch) This is fine. Per the follow-up discussion, I think you can mark it was resolving 36109 as well. > > http://gcc.gnu.org/ml/gcc-patches/2014-01/msg00131.html > - PR target/59617 > handle gather loads for AVX512 (at least non-masked ones, masked ones > will need to wait for 5.0 and we need to find how to represent it in > GIMPLE) I'll leave this to Uros :-) jeff