Displaying 3 results from an estimated 3 matches for "1035547".
2014 Jan 17
2
[LLVMdev] Do all user-written passes have to be run through a PassManager object (called from outside the LLVM infrastructure)?
Thanks John. Out of curiosity, I wonder if it's possible to summarize the LLVMpass-specific design patterns. I.e., the software engineering techniques that were used to design/implement the LLVM Pass Infrastructure. Equivalently, this may also answer the question "Why is the code this way". This visibility can improve understanding and that is likely to improve quality as more
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))
...rix_dec.ll 9 60244 0 0.02 60221 0 0.02 59501
matrix_enc.ll 6 52336 0 0.01 52313 0 0.02 50612
matrix.ll 6 16895 0 0.01 16876 0 0.01 16876
matrixTranspose.ll 2 11809 0 0.01 11797 0 0.01 11797
maze.ll 18 150317 0 0.02 150294 0 0.02 150294
mb_access.ll 9 109296 0 0.02 109275 0 0.02 107910
mbuffer.ll 72 1035547 0 0.09 1035526 * * *
md5.ll 7 107655 0 0.02 107629 0 0.02 107629
md_highfast.ll 1 163560 0 0.02 163539 0 0.02 163539
md_high.ll 1 124678 0 0.02 124657 0 0.02 124657
md_highloss.ll 1 128198 0 0.02 128177 0 0.02 128177
md_low.ll 1 156206 0 0.02 156185 0 0.02 156185
me_distortion.ll 21 382990 0 0.04 3...