Re: [PATCH 1/2] Fix uninitialized field in expand_operand.

2020-01-16 Thread Richard Biener
On January 16, 2020 6:08:48 AM GMT+01:00, apin...@marvell.com wrote: >From: Andrew Pinski > >Commit g:f96bf49a0 added the target field to expand_operand. >But it leaves it uninitialized when doing a full initialization >inside create_expand_operand. This fixes the problem and improves >the code g

[PATCH 1/2] Fix uninitialized field in expand_operand.

2020-01-15 Thread apinski
From: Andrew Pinski Commit g:f96bf49a0 added the target field to expand_operand. But it leaves it uninitialized when doing a full initialization inside create_expand_operand. This fixes the problem and improves the code generation inside create_expand_operand too. OK? Bootstrapped and tested on