search for: 9adca333

Displaying 1 result from an estimated 1 matches for "9adca333".

2011 Oct 09
2
[LLVMdev] Comparison of optimizations
Hi, I want to measure the performance of functions within a program, in order to see whether or not a given set of optimizations are useful (making the code faster in my case). It would be ideal to compare the LLVM IR representation of the functions before and after the optimizations, but the process has to be automatized so if there is no code that can do this now then I guess it will be too