Re: [PATCH 08/18] rs6000: Builtin expansion, part 3

2021-11-02 Thread Segher Boessenkool
On Wed, Sep 01, 2021 at 11:13:44AM -0500, Bill Schmidt wrote: > * config/rs6000/rs6000-call.c (new_cpu_expand_builtin): > Implement. (just one line) > @@ -14646,6 +14646,108 @@ static rtx > new_cpu_expand_builtin (enum rs6000_gen_builtins fcode, > tree exp ATTRI

[PATCH 08/18] rs6000: Builtin expansion, part 3

2021-09-01 Thread Bill Schmidt via Gcc-patches
Implement the replacement for cpu_expand_builtin. There are no logic changes here, just changes to use the new built-in function names and clean up some formatting. 2021-09-01 Bill Schmidt gcc/ * config/rs6000/rs6000-call.c (new_cpu_expand_builtin): Implement. --- gcc/config/