Re: [PATCH 06/18] rs6000: Builtin expansion, part 1

2021-10-30 Thread Segher Boessenkool
Hi! On Wed, Sep 01, 2021 at 11:13:42AM -0500, Bill Schmidt wrote: > Differences between the old and new support in this patch include: > - Make use of the new builtin data structures, directly looking up >a function's information rather than searching for the function >multiple times; Is

[PATCH 06/18] rs6000: Builtin expansion, part 1

2021-09-01 Thread Bill Schmidt via Gcc-patches
This patch and the subsequent five patches form the meat of the improvements for this patch series. We develop a replacement for rs6000_expand_builtin and its supporting functions, which are inefficient and difficult to maintain. This patch implements rs6000_expand_new_builtin, and creates stubs