[LLVMdev] How to test my pass

Duncan Sands baldrick at free.fr
Mon Jul 5 10:22:43 PDT 2010


> I have written a PRE pass using LLVM. How can I test my  pass? Is
> there any standard test-cases or bench-marks to test a pass. Please
> suggest accordingly.

Try running it on the LLVM testsuite:
   http://llvm.org/svn/llvm-project/test-suite/trunk

Ciao,

Duncan.



More information about the llvm-dev mailing list