Re: [Qemu-devel] [PATCH v2] tcg-optimize: Fold sub r, 0, x to neg r, x

2013-03-23 Thread Blue Swirl
Thanks, applied. On Thu, Mar 21, 2013 at 4:13 PM, Richard Henderson r...@twiddle.net wrote: Cc: Blue Swirl blauwir...@gmail.com Signed-off-by: Richard Henderson r...@twiddle.net --- V2 properly does a reset_temp on the output of the neg. This was the cause of the sparc32 boot problem. r~

[Qemu-devel] [PATCH v2] tcg-optimize: Fold sub r,0,x to neg r,x

2013-03-21 Thread Richard Henderson
Cc: Blue Swirl blauwir...@gmail.com Signed-off-by: Richard Henderson r...@twiddle.net --- V2 properly does a reset_temp on the output of the neg. This was the cause of the sparc32 boot problem. r~ --- tcg/optimize.c | 34 +- 1 file changed, 33 insertions(+), 1