Displaying 3 results from an estimated 3 matches for "1035526".
2014 Jan 16
3
[LLVMdev] Do all user-written passes have to be run through a PassManager object (called from outside the LLVM infrastructure)?
I have written several passes that have no pre-requisites for any
previous LLVM native passes prior to my own. For those passes, I have verified that at
least the following two approaches are equivalent in terms of executing
those self-written passes and getting the correct results:
#if METHOD_1
PassManager PM;
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))
...244 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 382969 0 0.04 38...