Re: [PATCH 3/6] rs6000, Add vector replace builtin support

2020-06-03 Thread Segher Boessenkool
Hi! On Mon, Jun 01, 2020 at 09:14:47AM -0700, Carl Love wrote: > * config/rs6000/altivec.h: Add define for vec_replace_elt and > vec_replace_unaligned. * config/rs6000/altivec.h (vec_replace_elt, vec_replace_unaligned): New defines. > * config/rs6000/vsx.md

[PATCH 3/6] rs6000, Add vector replace builtin support

2020-06-01 Thread Carl Love via Gcc-patches
GCC maintainers: The following patch adds support for builtins vec_replace_elt and vec_replace_unaligned. The patch has been compiled and tested on powerpc64le-unknown-linux-gnu (Power 9 LE) and mambo with no regression errors. Please let me know if this patch is acceptable for the mainlin