Hi! On Wed, Mar 14, 2018 at 08:17:42AM -0700, Carl Love wrote: > 2018-03-14 Carl Love <c...@us.ibm.com> > > * config/rs6000/rs6000-c.c: Add macro definitions for > ALTIVEC_BUILTIN_VEC_PERMXOR. > * config/rs6000/rs6000.h: Add #define for vec_permxor builtin. > * config/rs6000/rs6000-builtin.def: Add macro expansions for VPERMXOR. > * config/rs6000/altivec.md (altivec-vpermxor): New define expand.
Underscore instead of dash? The changelog shoould mention the actual name of things... This helps grep and friends. > Add UNSPEC_VNOR, define_insn altivec_vnor_v16qi3. Delete this last line? > * config/rs6000/rs6000-p8swap.c (rtx_is_swappable_p): Add case > UNSPEC_VPERMXOR. > * config/doc/extend.texi: Add prototypes for vec_permxor. > > gcc/testsuite/ChangeLog: > > 2018-03-13 Carl Love <c...@us.ibm.com> > > * gcc.target/powerpc/builtins-7-runnable.c: Add tests for vec_permxor. This is a new file, the changelog should say that. Okay for trunk with that. Thanks! Segher