From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaQVT-0001Kb-Je for qemu-devel@nongnu.org; Thu, 09 May 2013 09:03:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaQVO-0002lQ-5S for qemu-devel@nongnu.org; Thu, 09 May 2013 09:03:35 -0400 Received: from mail-yh0-x236.google.com ([2607:f8b0:4002:c01::236]:62240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaQVO-0002lJ-0i for qemu-devel@nongnu.org; Thu, 09 May 2013 09:03:30 -0400 Received: by mail-yh0-f54.google.com with SMTP id b12so713739yha.41 for ; Thu, 09 May 2013 06:03:29 -0700 (PDT) Sender: Richard Henderson Message-ID: <518B9E9C.4000305@twiddle.net> Date: Thu, 09 May 2013 08:03:24 -0500 From: Richard Henderson MIME-Version: 1.0 References: <1368045762-9769-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1368045762-9769-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for 1.5] tcg/optimize: fix setcond2 optimization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Michael Tokarev , qemu-devel@nongnu.org On 2013-05-08 15:42, Aurelien Jarno wrote: > When setcond2 is rewritten into setcond, the state of the destination > temp should be reset, so that a copy of the previous value is not > used instead of the result. > > Reported-by: Michael Tokarev > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~