search for: 4cf0cd3b

Displaying 3 results from an estimated 3 matches for "4cf0cd3b".

2017 Dec 09
0
[RFC] Enable Partial Inliner by default
Hi, On 13/11/2017 14:47, Evgeny Astigeevich via llvm-dev wrote: > Hi Graham, > > I created a bug report with a reproducer for the failures I’ve got: > https://bugs.llvm.org/show_bug.cgi?id=35288 > That bug should be fixed by https://reviews.llvm.org/rL320199 Cheers, Florian
2018 Jan 29
2
[RFC] Enable Partial Inliner by default
...ult? Evgeny, did you get a chance to look into the code-size regressions on AArch targets? What do you think about moving ahead with this? Thanks Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180129/4cf0cd3b/attachment.html>
2017 Nov 13
2
[RFC] Enable Partial Inliner by default
Hi Graham, I created a bug report with a reproducer for the failures I’ve got: https://bugs.llvm.org/show_bug.cgi?id=35288 I have also found that LTO reverts everything the partial inliner has done. Maybe the partial inliner should not be used at the first LTO phase (compilation). I hope I’ll have a chance to look at the code size regressions this week. Thanks, Evgeny Astigeevich From: