Re: [Qemu-devel] [PATCH v2 2/4] tcg/optimize: fix known-zero bits optimization

2013-12-06 Thread Richard Henderson
On 09/10/2013 05:27 AM, Aurelien Jarno wrote: > Known-zero bits optimization is a great idea that helps to generate more > optimized code. However the current implementation only works in very few > cases as the computed mask is not saved. > > Fix this to make it really working. > > Cc: Richard H

[Qemu-devel] [PATCH v2 2/4] tcg/optimize: fix known-zero bits optimization

2013-09-09 Thread Aurelien Jarno
Known-zero bits optimization is a great idea that helps to generate more optimized code. However the current implementation only works in very few cases as the computed mask is not saved. Fix this to make it really working. Cc: Richard Henderson Cc: Paolo Bonzini Signed-off-by: Aurelien Jarno