From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21760 invoked by alias); 24 Sep 2014 16:36:45 -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 21747 invoked by uid 89); 24 Sep 2014 16:36:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f54.google.com Received: from mail-la0-f54.google.com (HELO mail-la0-f54.google.com) (209.85.215.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 24 Sep 2014 16:36:40 +0000 Received: by mail-la0-f54.google.com with SMTP id ge10so11045434lab.13 for ; Wed, 24 Sep 2014 09:36:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=/AiafTVOcn2ZoL11TwaxSlx3Dj8NR7lEerrSM8QRwjQ=; b=Uhu2HFaBMst2POxpwsBxZnTq1wIFdKguSqVd+p+BGtUEmdXbUSdRJ8htvwXHLBzXIG J6zVA+LM+Yn/XxHU7B0oh1mGT7GiuLqmj3JOQbLNQZFbOyz1xl2GJe7nOnscRhUDTpmI q+kPHTEQK7TwiWlx427XyIfYo7EZQJKd5PGEfTxAVjhuMOjP5Nb8JMdwG6EeH5rOAMBS EXnBuH80Uv0VyYKGGZ+0STZlP/N4WQVrhaqHJwuTnm98X6+LenOjJnqldcZwXqyDh5vc SqqiNp6Qnelv56l6iRMaB1EF37ass7Gfob/IA6Q4yfmih30KLpNyByRHtv0DpaYcMiUR +SPA== X-Gm-Message-State: ALoCoQnUhBrns5fQgw3S9rXeo05LlrcWfg3cClng9FIXaqgfM3HWnzeFLbh2m0Wquu1Ad0KvwNl6 MIME-Version: 1.0 X-Received: by 10.152.9.132 with SMTP id z4mr7829071laa.8.1411576596885; Wed, 24 Sep 2014 09:36:36 -0700 (PDT) Received: by 10.112.172.228 with HTTP; Wed, 24 Sep 2014 09:36:36 -0700 (PDT) In-Reply-To: <541C0962.30304@arm.com> References: <1411069109-31425-1-git-send-email-charles.baylis@linaro.org> <1411069109-31425-2-git-send-email-charles.baylis@linaro.org> <541C0962.30304@arm.com> Date: Wed, 24 Sep 2014 16:36:00 -0000 Message-ID: Subject: Re: [PATCH 1/4] [AARCH64,NEON] Add patterns + builtins for vld[234](q?)_lane_* intrinsics From: Charles Baylis To: Tejas Belagod , Kyrylo Tkachov Cc: Marcus Shawcroft , Richard Earnshaw , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg02157.txt.bz2 Kyril, Tejas, Thanks for the review. I agree with all points and will respin v2 accordingly Charles