search for: rawinstrprofreader

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

2015 May 21
5
[LLVMdev] IC profiling infrastructure
...king well. I have a couple of points on a high level, and I'll also send some review for the patches you've sent out. - The raw profile format does not need to be backwards compatible, that's only important for the indexed one. Instead of adding RawInstrValueProfReader, just change RawInstrProfReader and reject the data if the version is 1. Similarly, don't change the raw profile magic - just bump the version to 2. - We don't need to store the value profiling kind in the data at all. The frontend knows which invocations of the intrinsic are for each kind implicitly, much like i...
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