Displaying 10 results from an estimated 10 matches for "115666".
2017 Aug 15
3
[RFC] Enhance Partial Inliner by using a general outlining scheme for cold blocks
...nting with. It might be good to
experiment with River’s work and the existing outlining pass to see if this
functionality can effectively fall out of what we have already.
Here’s the recent IR-level outlining thread for reference wrt River’s work:
http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html
- Jessica
On Aug 15, 2017, at 11:22 AM, Graham Yiu via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
Hello,
My team and I are looking to do some enhancements in the partial
inliner in opt. Would appreciate any feedback that folks might have.
# P...
2018 Apr 21
5
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
.../watch?v=yorld-WSOeU>)
[2] Original RFC (http://lists.llvm.org/pipermail/llvm-dev/2016-August/104170.html <http://lists.llvm.org/pipermail/llvm-dev/2016-August/104170.html>)
[3] [RFC] Add IR level interprocedural outliner for code size. (http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html <http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html>)
[4] [RFC] PT.2 Add IR level interprocedural outliner for code size. (http://lists.llvm.org/pipermail/llvm-dev/2017-September/117153.html <http://lists.llvm.org/pipermail/llvm-dev/2017-September/117153.html>)
-------...
2003 Mar 23
1
version 1.4.1 and Webmin module
What about Webmin Module compatbility ?
If I do not create any rule violating any of that new features, it will
work ? Or the module is unusable until someone make necessary
modifications ?
F?bio Rabelo
2017 Aug 15
2
[RFC] Enhance Partial Inliner by using a general outlining scheme for cold blocks
...riment with River’s work and the existing outlining pass to see
>> if this functionality can effectively fall out of what we have already.
>>
>> Here’s the recent IR-level outlining thread for reference wrt River’s
>> work: *http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html*
>> <http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html>
>>
>> - Jessica
>>
>> On Aug 15, 2017, at 11:22 AM, Graham Yiu via llvm-dev <
>> *llvm-dev at lists.llvm.org* <llvm-dev at lists.llvm.org>> wrote:
>>
>&g...
2017 Sep 27
0
[RFC] PT.2 Add IR level interprocedural outliner for code size.
...gt; Gerolf
>
>
>> On Sep 5, 2017, at 4:16 PM, River Riddle via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>
>> Hey Everybody,
>> A little while ago I posted an RFC(http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html <http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html>) with the proposition of adding a new outliner at the IR level. There was some confusion and many questions regarding the proposal which I’d like to address here:
>>
>> Note about nomenclature:
>> Ca...
2017 Sep 22
2
[RFC] PT.2 Add IR level interprocedural outliner for code size.
...marks/questions are below also.
>
> Thanks
> Gerolf
>
>
> On Sep 5, 2017, at 4:16 PM, River Riddle via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> Hey Everybody,
> A little while ago I posted an RFC(http://lists.llvm.org/pipe
> rmail/llvm-dev/2017-July/115666.html) with the proposition of adding a
> new outliner at the IR level. There was some confusion and many questions
> regarding the proposal which I’d like to address here:
>
> Note about nomenclature:
> Candidate: A repeated sequence of instructions within a module.
> Occurr...
2017 Sep 22
0
[RFC] PT.2 Add IR level interprocedural outliner for code size.
...asonable approach. A few more remarks/questions are below also.
Thanks
Gerolf
> On Sep 5, 2017, at 4:16 PM, River Riddle via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hey Everybody,
> A little while ago I posted an RFC(http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html <http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html>) with the proposition of adding a new outliner at the IR level. There was some confusion and many questions regarding the proposal which I’d like to address here:
>
> Note about nomenclature:
> Candidate: A r...
2017 Sep 05
5
[RFC] PT.2 Add IR level interprocedural outliner for code size.
Hey Everybody,
A little while ago I posted an RFC(
http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html) with the
proposition of adding a new outliner at the IR level. There was some
confusion and many questions regarding the proposal which I’d like to
address here:
Note about nomenclature:
Candidate: A repeated sequence of instructions within a module.
Occurrence: One instance of a can...
2017 Sep 27
3
[RFC] PT.2 Add IR level interprocedural outliner for code size.
...;>
>>> On Sep 5, 2017, at 4:16 PM, River Riddle via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>>
>>> Hey Everybody,
>>> A little while ago I posted an RFC(http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html <http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html>) with the proposition of adding a new outliner at the IR level. There was some confusion and many questions regarding the proposal which I’d like to address here:
>>>
>>> Note about nomenclature:
>>...
2017 Aug 15
8
[RFC] Enhance Partial Inliner by using a general outlining scheme for cold blocks
Hello,
My team and I are looking to do some enhancements in the partial inliner
in opt. Would appreciate any feedback that folks might have.
# Partial Inlining in LLVM opt
## Summary
### Background
Currently, the partial inliner searches the first few blocks of the callee
and looks for a branch to the return block (ie. early return). If found,
it attempts to outline the rest of the