Re: [PATCH 1/6] rs6000, Update support for vec_extract

2020-06-03 Thread Segher Boessenkool
Hi carl, On Mon, Jun 01, 2020 at 09:14:33AM -0700, Carl Love wrote: > * config/rs6000/altivec.md: Move UNSPEC_EXTRACTL, UNSPEC_EXTRACTR > declarations to gcc/config/rs6000/vsx.md. > (define_expand): Move vextractl and vextractr to > gcc/config/rs6000/vsx.md. > (defi

[PATCH 1/6] rs6000, Update support for vec_extract

2020-06-01 Thread Carl Love via Gcc-patches
GCC maintainers: Move the existing vector extract support in altivec.md to vsx.md so all of the vector insert and extract support is in the same file. The patch also updates the name of the builtins and descriptions for the builtins in the documentation file so they match the approved builtin n