Re: [PATCH 4/8] rs6000: Consolidate target built-ins code

2022-01-31 Thread Segher Boessenkool
On Mon, Jan 31, 2022 at 04:01:58PM -0600, Bill Schmidt wrote: > On 1/31/22 3:32 PM, Segher Boessenkool wrote: > > On Fri, Jan 28, 2022 at 11:50:22AM -0600, Bill Schmidt wrote: > >> Overloading support remains in rs6000-c.cc. > > So, what is needed to move that as well? Is moving that in the plan?

Re: [PATCH 4/8] rs6000: Consolidate target built-ins code

2022-01-31 Thread Bill Schmidt via Gcc-patches
Hi Segher, On 1/31/22 3:32 PM, Segher Boessenkool wrote: > Hi! > > On Fri, Jan 28, 2022 at 11:50:22AM -0600, Bill Schmidt wrote: >> Continuing with the refactoring effort, this patch moves as much of the >> target-specific built-in support code into a new file, rs6000-builtin.cc. >> However, we

Re: [PATCH 4/8] rs6000: Consolidate target built-ins code

2022-01-31 Thread Segher Boessenkool
Hi! On Fri, Jan 28, 2022 at 11:50:22AM -0600, Bill Schmidt wrote: > Continuing with the refactoring effort, this patch moves as much of the > target-specific built-in support code into a new file, rs6000-builtin.cc. > However, we can't easily move the overloading support code out of >