Re: [PATCH v2, rs6000] Tidy implementation of vec_ldl

2018-04-09 Thread Segher Boessenkool
Hi! On Wed, Apr 04, 2018 at 10:32:58AM -0500, Kelvin Nilsen wrote: > 2018-04-03  Kelvin Nilsen  > >     * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove >     erroneous entries for >     "vector int vec_ldl (int, long int *)", and >     "vector unsigned int vec_ldl (int, unsigned

[PATCH v2, rs6000] Tidy implementation of vec_ldl

2018-04-04 Thread Kelvin Nilsen
This is a second draft of a draft patch originally submitted on 3/29.  This patch corrects inconsistencies in the supported prototypes for the vec_ldl built-in function.  Specifically, it removes support for:   vector int vec_ldl (int, long int *)   vector unsigned int vec_ldl (int, unsigned l