middle-end/95739 - fix vector condition IFN expansion
authorRichard Biener <rguenther@suse.de>
Thu, 18 Jun 2020 12:45:03 +0000 (14:45 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 18 Jun 2020 12:47:34 +0000 (14:47 +0200)
commiteccc3d432669ba272229d49f015cb986df21eb0a
tree9a3b1a718ba6e9b6a07b378ab12b0a66012c5773
parent9435fb9668ecb0e9823a307f85dcb28b13beb431
middle-end/95739 - fix vector condition IFN expansion

This fixes the omission of moving the expansion result to the
target.

2020-06-18  Richard Biener  <rguenther@suse.de>

PR middle-end/95739
* internal-fn.c (expand_vect_cond_optab_fn): Move the result
to the target if necessary.
(expand_vect_cond_mask_optab_fn): Likewise.
gcc/internal-fn.c