Displaying 2 results from an estimated 2 matches for "68724b26".
2010 Aug 12
0
[LLVMdev] Optimization pass questions
...ast one thing, you may not need traditional inliner which uses call
graph from the entire module. You may want to take a look at BasicInliner.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100812/68724b26/attachment.html>
2010 Aug 11
4
[LLVMdev] Optimization pass questions
I have a whole slew of questions about optimization passes. Answers to any or all would be extremely helpful:
How important are doInitialization/doFinalization? I can't detect any difference if I use them or not. Why does the function pass manager have doInitialization/doFinalization, but the global pass manager doesn't? If I am applying the function passes to many functions, do I