On Wed, Nov 11, 2009 at 7:41 AM, Laurent Desnogues <laurent.desnogues@gmail.com> wrote:

> This version of tcg_out_mov for i386's tcg-target.c filters out the
>
> mov %ebx, %edx
> mov %ebx, [some index]
> mov %edx, %ebx

The question is:  what TCG sequence produces this kind of code?

I added register and instruction dumps - every case is related to qemu_[ld/st], which makes sense since it's output is outside of tcg's regular register tracking...

- Chad