Displaying 3 results from an estimated 3 matches for "invalidatebfi".
2015 Dec 07
4
[LLVMdev] Path forward on profile guided inlining?
...the
> function pass manager run under CGSCC pass manager) might affect the
> computed BFI for the functions in the SCC.
>
> When the new PM infrastructure and a CGSCC based BFI analysis is in place,
> the transition should be easy assuming it will provide getBFI(Function *)
> and invalidateBFI(Function *) interfaces. BFI for a function is computed at
> most twice in this approach. Thoughts?
>
>
> Thanks,
> Easwaran
>
>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs....
2015 Dec 11
2
[LLVMdev] Path forward on profile guided inlining?
...o conflict here. The BFI book-keeping by inliner can be
removed with pass manager change is in place.
David
>>
>> When the new PM infrastructure and a CGSCC based BFI analysis is in place,
>> the transition should be easy assuming it will provide getBFI(Function *)
>> and invalidateBFI(Function *) interfaces. BFI for a function is computed at
>> most twice in this approach. Thoughts?
>>
>>
>> Thanks,
>> Easwaran
>>
>>>
>>> _______________________________________________
>>> LLVM Developers mailing list
>>> LL...
2015 Dec 11
5
[LLVMdev] Path forward on profile guided inlining?
...clarification.
>
>>
>> David
>>
>>
>>>> When the new PM infrastructure and a CGSCC based BFI analysis is in
>>>> place,
>>>> the transition should be easy assuming it will provide getBFI(Function
>>>> *)
>>>> and invalidateBFI(Function *) interfaces. BFI for a function is computed
>>>> at
>>>> most twice in this approach. Thoughts?
>>>>
>>>>
>>>> Thanks,
>>>> Easwaran
>>>>
>>>>> _____________________________________________...