> 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.