Displaying 1 result from an estimated 1 matches for "fritt".
Did you mean:
fritz
2013 Apr 24
1
[LLVMdev] running a pass on multiple files
...have written a pass able to analyze the code and see if functions in a module are pure. I managed to run the pass with opt -load on a simple (single file) program IR (generated with clang). Now I am willing to run it on a structured program (probably on a benchmark suite like: http://euler.slu.edu/~fritts/mediabench/) to see how many pure function are identified and how many time it takes to perform the analysis (similarly to the -time-passes option). Do you have any suggestion on how to do it?
Thank you in advance,
Niko
-------------- next part --------------
An HTML attachment was sc...