From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLBxH-00019U-W9 for qemu-devel@nongnu.org; Mon, 29 Apr 2019 15:28:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLBxH-0007NZ-42 for qemu-devel@nongnu.org; Mon, 29 Apr 2019 15:28:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35150) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLBxG-0007NR-SQ for qemu-devel@nongnu.org; Mon, 29 Apr 2019 15:28:47 -0400 References: <20190420073442.7488-1-richard.henderson@linaro.org> From: David Hildenbrand Message-ID: <1137bf7b-b889-8680-86ae-4c7076fc99c9@redhat.com> Date: Mon, 29 Apr 2019 21:28:44 +0200 MIME-Version: 1.0 In-Reply-To: <20190420073442.7488-1-richard.henderson@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/38] tcg vector improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org On 20.04.19 09:34, Richard Henderson wrote: > Based-on: tcg-next, which at present is only tcg_gen_extract2. > > The dupm patches have been on list before, with a larger context > of supporting tcg/ppc. The rest of the set was written to support > David's s390 vector patches. In particular: > > (1) Add vector absolute value. > (2) Add vector shift by non-constant scalar. > (3) Add vector shift by vector. > (4) Add vector select. > (5) Be more precise in handling target-specific vector expansions. > > And then there's a set of bugs that I encountered while working > on this across x86, aa64, and ppc hosts. Tested primarily with > aa64 as the guest, via RISU. > > > r~ Hi Richard, what are your plans with this series? (and shlv and friends?) -- Thanks, David / dhildenb