search for: gibbberish

Displaying 5 results from an estimated 5 matches for "gibbberish".

Did you mean: gibberish
2012 Sep 19
0
[LLVMdev] counting branch frequencies
...atch to also include profile passes in the early passes (it they are turned on), but that seems quite limiting (a user may want to run them after other passes). This should fix all your problems (I hope!). Problem 1 means the program CFG does not match and thus the profiling data is basically gibbberish (hence problems 2 and 3). Perhaps that is another patch: fail on this condition rather than just warn. Hope this helps, Alastair. On 18/09/12 15:03, apala guha wrote: > I tried getting profile data from LLVM 3.1, using the method mentioned > below. I tried it out on a simple matrix multip...
2012 Sep 18
4
[LLVMdev] counting branch frequencies
I tried getting profile data from LLVM 3.1, using the method mentioned below. I tried it out on a simple matrix multiplication program. However, I noticed the following problems: 1. There is a warning message: "WARNING: profile information is inconsistent with the current program!" 2. The basic block counts (obtained from ProfileInfo::getExecutionCount(const BasicBlock*)) are
2012 Sep 19
3
[LLVMdev] counting branch frequencies
...> passes in the early passes (it they are turned on), but that seems > quite limiting (a user may want to run them after other passes). > > This should fix all your problems (I hope!). Problem 1 means the > program CFG does not match and thus the profiling data is basically > gibbberish (hence problems 2 and 3). Perhaps that is another patch: > fail on this condition rather than just warn. > > Hope this helps, > Alastair. > > On 18/09/12 15:03, apala guha wrote: >> I tried getting profile data from LLVM 3.1, using the method mentioned >> below. I tr...
2012 Sep 19
1
[LLVMdev] counting branch frequencies
...atch to also include profile passes in the early passes (it they are turned on), but that seems quite limiting (a user may want to run them after other passes). This should fix all your problems (I hope!). Problem 1 means the program CFG does not match and thus the profiling data is basically gibbberish (hence problems 2 and 3). Perhaps that is another patch: fail on this condition rather than just warn. Hope this helps, Alastair. On 18/09/12 15:03, apala guha wrote: > I tried getting profile data from LLVM 3.1, using the method mentioned > below. I tried it out on a simple matrix multip...
2012 Sep 19
0
[LLVMdev] counting branch frequencies
...early passes (it they are turned on), but that seems >> quite limiting (a user may want to run them after other passes). >> >> This should fix all your problems (I hope!). Problem 1 means the >> program CFG does not match and thus the profiling data is basically >> gibbberish (hence problems 2 and 3). Perhaps that is another patch: >> fail on this condition rather than just warn. >> >> Hope this helps, >> Alastair. >> >> On 18/09/12 15:03, apala guha wrote: >>> I tried getting profile data from LLVM 3.1, using the method me...