Re: [Qemu-devel] [PATCH 01/34] tcg: Add logical simplifications during gvec expand

2018-12-18 Thread David Gibson
On Mon, Dec 17, 2018 at 10:38:38PM -0800, Richard Henderson wrote: > We handle many of these during integer expansion, and the > rest of them during integer optimization. > > Signed-off-by: Richard Henderson Reviewed-by: David Gibson > --- > tcg/tcg-op-gvec.c | 35

[Qemu-devel] [PATCH 01/34] tcg: Add logical simplifications during gvec expand

2018-12-17 Thread Richard Henderson
We handle many of these during integer expansion, and the rest of them during integer optimization. Signed-off-by: Richard Henderson --- tcg/tcg-op-gvec.c | 35 ++- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/tcg/tcg-op-gvec.c b/tcg/tcg-op-gvec.