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

2023-01-23 Thread Manolis Tsamis
On Fri, Jan 13, 2023 at 7:49 PM Martin Jambor wrote: > > Hello, > > sorry for getting to this quite late. I have only had a quick glance at > ipa-cp.cc hunks so far. > Hi Martin, Thanks for taking the time to review these. > On Fri, Dec 16 2022, Manolis Tsamis wrote: > > The IPA CP pass offers

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

2023-01-13 Thread Martin Jambor
Hello, sorry for getting to this quite late. I have only had a quick glance at ipa-cp.cc hunks so far. On Fri, Dec 16 2022, Manolis Tsamis wrote: > 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 ca

[PATCH v2] ipa-cp: Speculatively call specialized functions

2022-12-16 Thread Manolis Tsamis
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 call-site allows such an optimization. If not all call-sites can be optimized, the program