Displaying 1 result from an estimated 1 matches for "analysemiv".
Did you mean:
analysema
2011 Oct 11
0
[LLVMdev] Speculative paralellisation!!
...se DEBUG(dbgs() << "..."); statements in your code to see what's
going on inside your pass. Turn on those print statements with "opt
-debug-pass=lda".
* once you've written one piece of functionality (don't wait until a large
project is done; just implementing analyseMIV would be enough), write tests
for it. There are two test frameworks, one which relies on running the llvm
tools in test/. Most of our tests go there. The other uses the C++ API
directly and is in unittests/.
* create the patch by running "svn diff" in the llvm source tree. The patch
is p...