Displaying 3 results from an estimated 3 matches for "f2073607".
Did you mean:
f2073104
2016 Jun 16
2
Intended behavior of CGSCC pass manager.
...CC" {X,Y}?
> Alternative 4.b) Should foo-cgscc-pass now run on SCC {S,T,X,Y}?
> Alternative 4.c) Should we restart the entire outer `cgscc(...)`
> visitation on SCC {S,T,X,Y}?
>
> (Without a cap both 4.b and 4.c could become quadratic on a graph like
> http://reviews.llvm.org/F2073607)
>
> -- Sean Silva
>
>
>>
>> thanks,
>>
>> David
>>
>>
>>
>>
>>> Sean:~/pg/llvm % git grep 'public CallGraphSCCPass'
>>> include/llvm/Transforms/IPO/InlinerPass.h:struct Inliner : public
>>> CallGraphSCCP...
2016 Jun 16
5
Intended behavior of CGSCC pass manager.
...all foo-cgscc-pass
on "SCC" {X,Y}?
Alternative 4.b) Should foo-cgscc-pass now run on SCC {S,T,X,Y}?
Alternative 4.c) Should we restart the entire outer `cgscc(...)` visitation
on SCC {S,T,X,Y}?
(Without a cap both 4.b and 4.c could become quadratic on a graph like
http://reviews.llvm.org/F2073607)
-- Sean Silva
>
> thanks,
>
> David
>
>
>
>
>> Sean:~/pg/llvm % git grep 'public CallGraphSCCPass'
>> include/llvm/Transforms/IPO/InlinerPass.h:struct Inliner : public
>> CallGraphSCCPass {
>> lib/Transforms/IPO/ArgumentPromotion.cpp: str...
2016 Jun 09
2
Intended behavior of CGSCC pass manager.
On Wed, Jun 8, 2016 at 8:14 PM, Xinliang David Li <davidxl at google.com>
wrote:
>
>
> On Wed, Jun 8, 2016 at 4:38 PM, Sean Silva <chisophugis at gmail.com> wrote:
>
>>
>>
>> On Wed, Jun 8, 2016 at 12:31 PM, Xinliang David Li <davidxl at google.com>
>> wrote:
>>
>>>
>>>
>>> On Wed, Jun 8, 2016 at 4:19 AM, Sean