From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zjkt0-0004U7-QP for qemu-devel@nongnu.org; Wed, 07 Oct 2015 05:19:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zjksv-0003rV-PT for qemu-devel@nongnu.org; Wed, 07 Oct 2015 05:19:46 -0400 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:33790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zjksv-0003rF-KH for qemu-devel@nongnu.org; Wed, 07 Oct 2015 05:19:41 -0400 Received: by pacex6 with SMTP id ex6so16162627pac.0 for ; Wed, 07 Oct 2015 02:19:41 -0700 (PDT) Sender: Richard Henderson References: From: Richard Henderson Message-ID: <5614E3A4.7010302@twiddle.net> Date: Wed, 7 Oct 2015 20:19:32 +1100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-tilegx: Let prefetch nop instructions return before allocating dest temporary register List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Gang , Peter Maydell , Chris Metcalf Cc: qemu-devel On 10/04/2015 10:15 PM, Chen Gang wrote: >>>From 40ec3f1c75b4c97e3e0495c9e465be898f48a652 Mon Sep 17 00:00:00 2001 > From: Chen Gang > Date: Sun, 4 Oct 2015 17:34:17 +0800 > Subject: [PATCH] target-tilegx: Let prefetch nop instructions return before allocating dest temporary register > > Or it will cause issue by the dest temporary registers. > > Signed-off-by: Chen Gang > --- > target-tilegx/translate.c | 85 +++++++++++++++++++++++++---------------------- > 1 file changed, 46 insertions(+), 39 deletions(-) Isn't my patch 14/14 from the last patch set sufficient? r~