Re: [RFC PATCH] ipa-cp: Speculatively call specialized functions

2022-12-16 Thread Manolis Tsamis
On Mon, Nov 14, 2022 at 9:37 AM Richard Biener wrote: > > On Sun, Nov 13, 2022 at 4:38 PM Christoph Muellner > wrote: > > > > From: mtsamis > > > > The IPA CP pass offers a wide range of optimizations, where most of them > > lead to specialized functions that are called from a call site. > > Thi

Re: [RFC PATCH] ipa-cp: Speculatively call specialized functions

2022-11-14 Thread Richard Biener via Gcc-patches
On Mon, Nov 14, 2022 at 11:36 AM Manolis Tsamis wrote: > > On Mon, Nov 14, 2022 at 9:37 AM Richard Biener > wrote: > > > > On Sun, Nov 13, 2022 at 4:38 PM Christoph Muellner > > wrote: > > > > > > From: mtsamis > > > > > > The IPA CP pass offers a wide range of optimizations, where most of them

Re: [RFC PATCH] ipa-cp: Speculatively call specialized functions

2022-11-14 Thread Manolis Tsamis
On Mon, Nov 14, 2022 at 9:37 AM Richard Biener wrote: > > On Sun, Nov 13, 2022 at 4:38 PM Christoph Muellner > wrote: > > > > From: mtsamis > > > > The IPA CP pass offers a wide range of optimizations, where most of them > > lead to specialized functions that are called from a call site. > > Thi

Re: [RFC PATCH] ipa-cp: Speculatively call specialized functions

2022-11-13 Thread Richard Biener via Gcc-patches
On Sun, Nov 13, 2022 at 4:38 PM Christoph Muellner wrote: > > From: mtsamis > > The IPA CP pass offers a wide range of optimizations, where most of them > lead to specialized functions that are called from a call site. > This can lead to multiple specialized function clones, if more than > one ca