search for: __llvm_profile_value_data

Displaying 2 results from an estimated 2 matches for "__llvm_profile_value_data".

2015 May 21
5
[LLVMdev] IC profiling infrastructure
..., that can be dealt with locally in clang's CodeGenPGO, where we need to know what to do with the data. I'd just drop the kind completely for now. It'll be easy to add later without affecting much. - We should be able to statically allocate the first entry for each callsite for __llvm_profile_value_data. It will always be there, and for call sites that always call the same target it's nice to avoid the allocation. - The changes in the llvm and compiler-rt repos need their own tests. - Please use clang-format on your changes. Several of the patches have unusual or non-llvm-style whitesp...
2015 May 13
2
[LLVMdev] IC profiling infrastructure
> Xinliang David Li <davidxl at google.com> writes: >>> From: <betulb at codeaurora.org> >>> Date: Tue, Apr 7, 2015 at 12:44 PM >>> Subject: [LLVMdev] IC profiling infrastructure >>> To: llvmdev at cs.uiuc.edu >>> >>> >>> >>> Hi All, >>> >>> We had sent out an RFC in October on indirect call