From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21399 invoked by alias); 13 Jan 2014 08:15:18 -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 21381 invoked by uid 89); 13 Jan 2014 08:15:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f46.google.com Received: from mail-oa0-f46.google.com (HELO mail-oa0-f46.google.com) (209.85.219.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 13 Jan 2014 08:15:16 +0000 Received: by mail-oa0-f46.google.com with SMTP id l6so7633035oag.33 for ; Mon, 13 Jan 2014 00:15:14 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.42.105 with SMTP id n9mr19577531obl.33.1389600914278; Mon, 13 Jan 2014 00:15:14 -0800 (PST) Received: by 10.182.137.136 with HTTP; Mon, 13 Jan 2014 00:15:14 -0800 (PST) In-Reply-To: <20140113080711.GS892@tucnak.redhat.com> References: <20140113080711.GS892@tucnak.redhat.com> Date: Mon, 13 Jan 2014 08:15:00 -0000 Message-ID: Subject: Re: Patch ping From: Uros Bizjak To: Jakub Jelinek Cc: Richard Biener , Kirill Yukhin , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-01/txt/msg00710.txt.bz2 On Mon, Jan 13, 2014 at 9:07 AM, Jakub Jelinek wrote: > 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) This one needs tree-optimization approval first. Kirill, is it possible for you to test the patch in the simulator? Do we have a testcase in gcc's testsuite that can be used to check this patch? Uros.