Displaying 4 results from an estimated 4 matches for "withglobalvaluedeadstripping".
2017 Jun 08
2
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
...383291119112528047
> Hotness: Unknown
> llvm.used:
> - GUID: 15665353970260777610
> Kind: GlobalVar
> Linkage: AppendingLinkage
> NotEligibleToImport: true
> Live: true
> TypeIdMap:
> WithGlobalValueDeadStripping: false
> ...
>
> Thanks,
> Charles
>
>
> On Wed, Jun 7, 2017 at 12:38 PM, Teresa Johnson <tejohnson at google.com>
> wrote:
>
>>
>>
>> On Wed, Jun 7, 2017 at 8:58 AM, Charles Saternos <
>> charles.saternos at gmail.com> wrote:
>>...
2017 Jun 07
2
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
...2
> testtest:
> - Kind: Function
> Linkage: ExternalLinkage
> NotEligibleToImport: false
> Live: false
> InstCount: 2
> Calls:
> - Function: 14471680721094503013
> TypeIdMap:
> WithGlobalValueDeadStripping: false
> ...
>
> Any thoughts on the new format?
>
Thanks, Charles. The main improvement I think we would want is to output
value names instead of the GUID. Can you build up a map from GUID -> name
ahead of time and use those like you were for your initial patch? Actually,
I also th...
2017 Jul 17
3
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
...15665353970260777610
>>>>> Kind: GlobalVar
>>>>> Linkage: AppendingLinkage
>>>>> NotEligibleToImport: true
>>>>> Live: true
>>>>> TypeIdMap:
>>>>> WithGlobalValueDeadStripping: false
>>>>> ...
>>>>>
>>>>> Thanks,
>>>>> Charles
>>>>>
>>>>>
>>>>> On Wed, Jun 7, 2017 at 12:38 PM, Teresa Johnson <tejohnson at google.com>
>>>>> wrote:
>>>>&...
2017 Jun 06
4
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
2017-06-06 13:38 GMT-07:00 David Blaikie <dblaikie at gmail.com>:
>
>
> On Tue, Jun 6, 2017 at 1:26 PM Mehdi AMINI <joker.eph at gmail.com> wrote:
>
>> 2017-06-05 14:27 GMT-07:00 David Blaikie via llvm-dev <
>> llvm-dev at lists.llvm.org>:
>>
>>> I know there's been a bunch of discussion here already, but I was
>>> wondering if