search for: bitcnt_1

Displaying 3 results from an estimated 3 matches for "bitcnt_1".

2011 Jan 21
1
[LLVMdev] About static-profile in llvm-2.8
...requency profiling on the internet, I got this link by a casual chance: http://homepages.dcc.ufmg.br/~rimsa/tools/stprof-llvm.patch. It seems it was written by Andrei Rimsa. So I downloaded and integrate these files into the llvm-2.8 building. After the building, I tried "opt -static-profile bitcnt_1.bc", and an segment fault error occured. I debugged it step by step, and found the initial reason was: in StaticProfilePass.cpp: line 307 (funciton: PropagateCallFrequency), since the root of type CallGraphNode * has no valid function, the node->getFunction() returned a NULL pointer, thus...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...04 492046 9 0.05 493974 bigstack.ll 3 15230 0 0.01 15218 0 0.01 15218 bintree.ll 12 25615 0 0.01 25591 0 0.01 25591 bisect_test.ll 2 10531 0 0.01 10506 0 0.01 10506 bitap.ll 2 32801 0 0.01 32775 0 0.01 32775 bitarray.ll 4 5398 0 0.01 5361 0 0.01 5361 bitboard64.ll 21 43510 0 0.01 43488 0 0.01 43268 bitcnt_1.ll 1 2212 0 0.01 2175 0 0.01 2175 bitcnt_2.ll 1 2502 0 0.01 2465 0 0.01 2465 bitcnt_3.ll 3 9418 0 0.01 9381 0 0.01 9381 bitcnt_4.ll 2 4242 0 0.01 4205 0 0.01 4205 bitcnts.ll 5 11766 0 0.01 11729 0 0.01 11729 bitfiles.ll 4 9732 0 0.01 9695 0 0.01 9695 BitlDecoder.ll 1 3040 0 0.01 3006 0 0.01 3006 bi...