Displaying 3 results from an estimated 3 matches for "d87296".
Did you mean:
d87299
2020 Sep 30
2
[RFC] Framework for Finding and Using Similarity at the IR Level
...general, and try to use target hooks, but not all of the target hooks that we would really want exist. So, if it has been applied, I’ll definitely need to take a look.
I applied the patches in order on top of your commit of D86974
(15645d044bc) that is:
D86975 - D86976 - D86977 - D86978 - D87294 - D87296 - D87298 - D87299 - D87300
D87301 - D87302 - D87309 - D87310
So, the cost model was part of it, I don't remember if I had to
resolve some conflicts for
it, but I'll re-check and look if it was applied correctly.
Yvan
> Andrew
>
> > On Sep 30, 2020, at 6:22 AM, Yvan Roux <...
2020 Sep 02
2
[RFC] Framework for Finding and Using Similarity at the IR Level
Indeed, an awesome project and an excellent report!
Code size doesn't really get much attention, so the level of detail and the
strong roadmap is refreshing.
Hopefully, the project will provide execution times along with code-size
> reductions.
>
I doubt it.
Outlining will (almost?) always make for slower code due to a lot more
calls being made. But that's ok for embedded targets,
2020 Sep 30
2
[RFC] Framework for Finding and Using Similarity at the IR Level
...e, is it expected given that the full series
is not applied, or did I just miss something ? From what I can observe, and as
you mentioned in your first mail, a lot of code is introduced to handle
parameters passing to outlined functions and the biggest code size increase was
observed after applying D87296.
Thanks a lot for this work and any hint on how to reproduce your results, I'm
eager to play with it and give some help if needed.
Cheers,
Yvan
On Thu, 10 Sep 2020 at 00:00, Andrew Litteken via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> Thanks for the positive feedback!
&g...