Re: [PATCH 07/18] rs6000: Builtin expansion, part 2

2021-11-01 Thread Segher Boessenkool
Hi! On Wed, Sep 01, 2021 at 11:13:43AM -0500, Bill Schmidt wrote: > * config/rs6000/rs6000-call.c (rs6000_invalid_new_builtin): > Implement. That fits on one line. Don't wrap early, esp. not if that leaves a colon without anything following it on that line: it looks like something is

[PATCH 07/18] rs6000: Builtin expansion, part 2

2021-09-01 Thread Bill Schmidt via Gcc-patches
Implement rs6000_invalid_new_builtin, which issues the appropriate error message when a builtin is used when it is not enabled. Also implement rs6000_expand_ldst_mask, which just factors out the code that handles ALTIVEC_BUILTIN_MASK_FOR_LOAD in the old rs6000_expand_builtin. Finally, ensure the