Re: [PATCH] middle-end/95739 - fix vector condition IFN expansion

2020-06-18 Thread Martin Liška
On 6/18/20 2:47 PM, Richard Biener wrote: This fixes the omission of moving the expansion result to the target. Thank you for the fix, it's new for me that this can happen. Martin Bootstrapped and tested on x86_64-unknown-linux-gnu, fixes the observed -m32 FAIL. 2020-06-18 Richard Biener

[PATCH] middle-end/95739 - fix vector condition IFN expansion

2020-06-18 Thread Richard Biener
This fixes the omission of moving the expansion result to the target. Bootstrapped and tested on x86_64-unknown-linux-gnu, fixes the observed -m32 FAIL. 2020-06-18 Richard Biener PR middle-end/95739 * internal-fn.c (expand_vect_cond_optab_fn): Move the result to the ta