On 3/14/18 4:27 PM, Kelvin Nilsen wrote:
> 2018-03-14 Kelvin Nilsen <[email protected]>
>
> * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
> entries for V1TI variants of __builtin_altivec_ld builtin.
> * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Add test and
> handling of V1TI variant of LVX icode pattern.
> (altivec_expand_builtin): Add case for ALTIVEC_BUILTIN_LVX_V1TI.
> (rs6000_gimple_fold_builtin): Likewise.
> (altivec_init_builtins): Add code to define
> __builtin_altivec_lvx_v1ti function.
> * doc/extend.texi: Add four new prototypes for vec_ld.
>
> gcc/testsuite/ChangeLog:
>
> 2018-03-14 Kelvin Nilsen <[email protected]>
>
> * gcc.target/powerpc/altivec-ld-1.c: New test.
You'll also need to add:
PR target/84760
...to both ChangeLog entries.
Peter